Skip to main content

Module json

Module json 

Source
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