Expand description
Encoder Implementation
Modules§
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).