Structs§
- Binary
- Binary is a wrapper around Vec
to add base64 de/serialization with serde. It also adds some helper methods to help encode inline.
Functions§
- from_
json - Deserializes the given JSON bytes to a data structure.
- to_
json_ binary - Serializes the given data structure as JSON bytes.
- to_
json_ string - Serializes the given data structure as a JSON string.