There was an discussion posted earlier that handled downloading a known JSON file and decoding it. Here is the code that was suggested:
[code=fw:17gccl5f][/code:17gccl5f]
My problem is a bit different. I need to send a request to a defined website, and then read the result.
The sending statement is in the format:
[code=fw:17gccl5f][/code:17gccl5f]
And the response should be a JSON string. However, I get no data back. I'll worry about parsing the data when I get a return string, but at this point, it appears JSON may not like the TIP Harbour control. With the example posted on JSON decoding previously, the approach was a bit different. I'd appreciate it if someone has some alternative approaches on how I should be handling this request / response sequence.
Thanks so much.
Tim
For XML data I have been using
↧