Structs§
- Json
Parse Error - Error contains original serde error
source_error
and source textoriginal_data
.
Traits§
- Parse
Json - Trait alows parse
String
or&str
to native rust returningJsonParseError
with original data which we tried parse.
source_error
and source text original_data
.String
or &str
to native rust returning JsonParseError
with original data
which we tried parse.