decode/decoders
library
Functions
-
Decodes an array from header information
-
decodeInlinePrimitiveArray(String inlineValues, ResolvedDecodeOptions options)
→ List<Object?>
-
Decodes an inline primitive array
-
decodeKeyValuePair(ParsedLine line, LineCursor cursor, int baseDepth, ResolvedDecodeOptions options)
→ (String, Object?)
-
Decodes a key-value pair
-
decodeListArray(LineCursor cursor, int baseDepth, ResolvedDecodeOptions options)
→ List<Object?>
-
Decodes a list array
-
decodeListItem(LineCursor cursor, int baseDepth, String activeDelimiter, ResolvedDecodeOptions options)
→ Object?
-
Decodes a list item
-
decodeObject(LineCursor cursor, int baseDepth, ResolvedDecodeOptions options)
→ Map<String, Object?>
-
Decodes an object from the cursor
-
decodeObjectFromListItem(ParsedLine firstLine, LineCursor cursor, int baseDepth, ResolvedDecodeOptions options)
→ Map<String, Object?>
-
Decodes an object from a list item
-
decodeTabularArray(LineCursor cursor, int baseDepth, ResolvedDecodeOptions options)
→ List<Map<String, Object?>>
-
Decodes a tabular array
-
decodeValueFromLines(LineCursor cursor, ResolvedDecodeOptions options)
→ Object?
-
Decodes a Toon-formatted string to JsonValue