Module encode

Module encode 

Source
Expand description

Encoder Implementation

Modules§

folding
primitives
writer

Functions§

encode
Encode a JSON value to TOON format with custom options.
encode_array
Encode a JSON array to TOON format (errors if not an array).
encode_default
Encode a JSON value to TOON format with default options.
encode_object
Encode a JSON object to TOON format (errors if not an object).