Crate json_deref

Crate json_deref 

Source

Traits§

JsonResolvableFunctions
A trait to add convenient JSON template and resolution methods for serde_json::Value.

Functions§

resolve_json
Resolves JSON and returns a Value
resolve_json_reader_to_object
Resolves JSON from Read and returns generic object
resolve_json_to_object
Resolves JSON from Value and returns generic object
resolve_template_with_source