Solved
Forum Discussion
The response does not seem to be a valid json or json array. Isn't it?
["fim:device:LIGHT:1810","fim:device:LIGHT:1810", etc.]
it's just for the example, you can see it better in the code example
- Are you referring to
["fim:device:LIGHT:1810","fim:device:LIGHT:1811"] => this is not json or json array.
Can you please provide the sample response ?The original response is a json array from which I extract a parameter "result" that contains an array of strings.
Indeed "result" is not a json array ... I should then use another way to extract data, such as tokenize, I guess ?
**bleep**. jSonSlurper makes it, usually ...