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