Expand description
Decoder Implementation
Modules§
Functions§
- decode
- Decode a TOON string into any deserializable type.
- decode_
default - Decode with default options (strict mode, type coercion enabled).
- decode_
no_ coerce - Decode without type coercion (strings remain strings).
- decode_
no_ coerce_ with_ options - Decode without type coercion and with additional options.
- decode_
strict - Decode with strict validation enabled (validates array lengths, indentation).
- decode_
strict_ with_ options - Decode with strict validation and additional options.