Can't read JSON value inside a JsonArray from a REST GET request
I have a response from a GET call to a REST API that looks like this: [ { "id": "ac:de:23:11:32:40", "type": "uwb", "name": "Employee tag 12", "sensors": "string", "fence_timeout": 5, "exit_tolerance": 0, "tolerance_timeout": 0, "exit_delay": 100, "properties": {} } ]…