parse_map library
Functions
-
determineWhitespace(
List< String> lines) → String -
Returns the String used for indentation in
List<String> lines
. -
getPathValue(
List< String> keyPath, Map<String, dynamic> map) → dynamic -
Returns the
String value
from aList<String> keyPath
-
parseMap(
List< String> lines, String indentMarker, {int indentLevel = 0}) → Map<String, dynamic> -
Parses a YAML Map from the
List<String> lines
of a file.