Module netsblox_vm::json

source ·
Expand description

Re-exports of relevant items from serde_json.

Re-exports

Macros

  • Construct a serde_json::Value from 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 T from a string of JSON text.
  • Deserialize an instance of type T from bytes of JSON text.