Structs§
Enums§
- Delimiter
- Sets the delimiter used for document-level quoting decisions and the default delimiter emitted by array headers.
- KeyFolding
Mode - Path
Expansion Mode - Source
Format - Token
Model - Toonify
Error
Functions§
- convert_
reader - Convert readable input (JSON/YAML/XML/CSV) into TOON.
- convert_
str - Convert the provided string in the given
SourceFormatinto TOON. - count_
tokens - decode_
reader - Decode TOON from any reader.
- decode_
str - Decode TOON text into a serde_json::Value.
- encode_
value - load_
from_ reader - load_
from_ str - validate_
reader - Validate TOON data coming from a reader.
- validate_
str - Validate TOON text. Returns Ok(()) if the document is structurally sound.