Module json

Source
Expand description

Utilities for the serde_json crate.

Functionsยง

to_bytes
Serialize the given data structure as JSON to BytesMut.
to_string
Serialize the given data structure as JSON to String.