Expand description
Re-exports of relevant items from serde_json
.
Re-exports§
pub use serde_json;
Macros§
- json
- Construct a
serde_json::Value
from a JSON literal.
Structs§
- JsonMap
- Represents a JSON key/value type.
- Json
Number - Represents a JSON number, whether integer or floating point.
Enums§
- Json
- Represents any valid JSON value.
Functions§
- parse_
json - Deserialize an instance of type
T
from a string of JSON text. - parse_
json_ slice - Deserialize an instance of type
T
from bytes of JSON text.