decode/decoders library

Functions

decodeArrayFromHeader(ArrayHeaderInfo header, String? inlineValues, LineCursor cursor, int baseDepth, ResolvedDecodeOptions options) List<Object?>
Decodes an array from header information
decodeInlinePrimitiveArray(ArrayHeaderInfo header, 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(ArrayHeaderInfo header, 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(ArrayHeaderInfo header, 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