Module netsblox_vm::json
source · Expand description
Re-exports of relevant items from serde_json.
Re-exports
pub use serde_json;
Macros
- Construct a
serde_json::Valuefrom a JSON literal.
Structs
- Represents a JSON key/value type.
- Represents a JSON number, whether integer or floating point.
Enums
- Represents any valid JSON value.
Functions
- Deserialize an instance of type
Tfrom a string of JSON text. - Deserialize an instance of type
Tfrom bytes of JSON text.