I can't seems to find a solution to parse a json array without key using Dart language. All i can find is by using Java. I need to parse something like this..
[
5,
10,
15,
20
]
Java solution is from here
Please inform me if I have duplicate question. Thank you!