sonic_rs

Module prelude

Source
Expand description

Imports the various traits about JSON. use sonic_rs::prelude::* to make the various traits and methods imported if you need.

Re-exports§

Structs§

  • JSON input source that reads from a string/bytes-like JSON input.

Traits§

  • An indexing trait for JSON.
  • A trait for string/bytes-like types that can be parsed into JSON.