Exception : Error reading JObject from JsonReader. Current JsonReader item is not an object
I have an http response like:
[{"1":"WiBee - Reset Energy Counters","v":true},{"1":"WiBee - Phase 1 Voltage","v":232.48},{"1":"WiBee - Phase 2 Voltage","v":225.12},{"1":"WiBee - Phase 3 Voltage","v":228.64}]
I have used the token name [1].v to get the Phase 1 Voltage but i always get an error
Debug : 20/1/20 6:37:20 μμ : Devices\GetEnergyMeterData\FetchDataFromLM : Exception : Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path '', line 1, position 1. ...
Any help?






Hello,
this issue has been resolved with our new update. You can test it out by installing BETA version. Than you will be able to parse out the main array using token: Array[#].X e.g. (Array[1].v)
Best regards,