Hello!
I need to parse a JSON array like that:
[ {"Test":"Output "},{"Test2":"Output2"} ]
I am using the "HTTP/XML Rest-Sensor" but it shows me the error "Data at the root level is invalid. Line 1, position1."
I read that its because of the "[" at the beginng. Can somebody tell me how I can fix this?
Add comment