[go: up one dir, main page]

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§

pub use crate::reader::Read;
pub use crate::serde::JsonNumberTrait;
pub use crate::value::JsonContainerTrait;
pub use crate::value::JsonValueMutTrait;
pub use crate::value::JsonValueTrait;
pub use crate::writer::WriteExt;

Traits§

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