Hi
I need to parse the following JSON array:
[{"Tilstand":"Slukket "},{"Alarm":"Ingen"}]
...but I'm getting the error: Data at the root level is invalid. Line 1, position 1.
The data is valid JSON according to the online validators...
I need to parse the key "Alarm" to get the value "Ingen".
Is this currently possible?
Add comment