Hi Yumda,
Fairly recently I added LDNetwork.SendWebRequest and LDNetwork.SendWebRequestAsync. You can send an HTTP request and get back a response. At the moment you would have to parse the JSON response in some way (its just a string).
Parsing JSON is a bit case dependent and a general parser implementation might be a bit beyond LD extension - is there something specific you are trying to do?
For example we use this with the 3D browser robot controller, see some of the examples there - https://litdev.uk/mybb/showthread.php?tid=223.
Fairly recently I added LDNetwork.SendWebRequest and LDNetwork.SendWebRequestAsync. You can send an HTTP request and get back a response. At the moment you would have to parse the JSON response in some way (its just a string).
Parsing JSON is a bit case dependent and a general parser implementation might be a bit beyond LD extension - is there something specific you are trying to do?
For example we use this with the 3D browser robot controller, see some of the examples there - https://litdev.uk/mybb/showthread.php?tid=223.