types library
Classes
- ArrayHeaderInfo
- Information about an array header
- BlankLineInfo
- Information about blank lines
- DecodeOptions
- Options for decoding Toon format
- EncodeOptions
- Options for encoding Toon format
- ParsedLine
- Represents a parsed line from the source
Typedefs
- Delimiter = String
- Represents valid delimiter values
- DelimiterKey = String
- Represents delimiter keys
- Depth = int
- Represents depth in the parsing tree
-
JsonArray
= List<
Object?> - Represents JSON arrays
-
JsonObject
= Map<
String, Object?> - Represents JSON objects (maps from strings to JSON values)
- JsonPrimitive = Object?
- Represents primitive JSON values
- JsonValue = Object?
- Represents any valid JSON value
- ResolvedDecodeOptions = DecodeOptions
- Resolved decode options with all defaults applied
- ResolvedEncodeOptions = EncodeOptions
- Resolved encode options with all defaults applied