Decode a JSON Array String.
Methods
-
decodeJsonArray({required int maxDepth, bool normalizeSpaces = false})
→ Map<String, JsonNode>
-
Decode JSON String containing (sub) List(s)
by saving each value and storing
their position as width/depth coordinates.