How to call services from a thing and return JSON format through REST?
Hello,
I created a thing with services that able to return a INFOTABLE.
I did tried to create another services that used .ToJSON() and return result in JSON base type.
Both way i couldn't get the result in JSON format when i use postman GET method.
REST return Unexpected 'I' and i don't know what is this mean.
Can somebody tell me how to make it?
Thanks in advanced!

