Macros§
Functions§
- from_
slice - Deserialize an instance of type
Tfrom bytes of JSON text. - from_
str - Deserialize an instance of type
Tfrom a string of JSON text. - to_
string - Serialize the given data structure as a String of JSON.
- to_
string_ pretty - to_
value - Convert a
Tintoserde_json::Valuewhich is an enum that can represent any valid JSON data. - to_
vec_ pretty - Serialize the given data structure as a pretty-printed JSON byte vector.