Crate serde_json_string_parse

Crate serde_json_string_parse 

Source

Structs§

JsonParseError
Error contains original serde error source_error and source text original_data.

Traits§

ParseJson
Trait alows parse String or &str to native rust returning JsonParseError with original data which we tried parse.