Expand description
JSON format support.
This module provides a high-level API for serializing and deserializing data in JSON format. It is powered by SIMD scanning and specialized code generation to achieve maximum throughput.
Functionsยง
- decode
- Decodes a value from a JSON byte slice.
- decode_
str - encode
- Encodes a value to a JSON byte vector.
- encode_
into - Encodes a value into an existing byte vector.
- encode_
pretty