Module encode

Module encode 

Source
Expand description

Encoder Implementation

Modules§

folding
primitives
writer

Functions§

encode
Encode any serializable value to TOON format.
encode_array
Encode a JSON array to TOON format (errors if not an array).
encode_default
Encode with default options (2-space indent, comma delimiter).
encode_object
Encode a JSON object to TOON format (errors if not an object).