Deserialize an instance of type T from bytes of JSON text.
If user can guarantee the JSON is valid UTF-8, recommend to use from_slice_unchecked instead.
Deserialize an instance of type T from bytes of JSON text.
Deserialize an instance of type T from a string of JSON text.
Convert a T into a boxed RawValue.
Serialize the given data structure as a String of JSON.
Serialize the given data structure as a pretty-printed String of JSON.
Serialize the given data structure as a JSON byte vector.
Serialize the given data structure as a pretty-printed JSON byte vector.
Serialize the given data structure as JSON into the I/O stream.
Serialize the given data structure as pretty-printed JSON into the I/O
stream.