Module serde_json_core::de

source ·
Expand description

Deserialize JSON data to a Rust data structure

Structs§

  • A structure that deserializes Rust values from JSON in a buffer.

Enums§

  • This type represents all possible errors that can occur when deserializing JSON data

Functions§

  • Deserializes an instance of type T from bytes of JSON text Returns the value and the number of bytes consumed in the process
  • Deserializes an instance of type T from a string of JSON text

Type Aliases§