Hello,
I'm trying to convert string to JSON. The string is a message which Node Red receives via UDP.
The message is:
{"method": "GET", "address": "192.168.0.14/api/getdata"}
Debugger says - "Unexpected token in JSON at position 57"
Have you got any ideas how to handle this?
Thanks!