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