Crate mintaka_json

source ·

Macros

Functions

  • Deserialize an instance of type T from bytes of JSON text.
  • Deserialize an instance of type T from a string of JSON text.
  • Serialize the given data structure as a String of JSON.
  • Serialize the given data structure as a pretty-printed String of JSON.
  • Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.
  • Serialize the given data structure as a pretty-printed JSON byte vector.