Hi Guys,
I have a Web Service that returns the following JSON:
<string xmlns="http://golfanywhere.co.za/WebService/">{ "Table": [ { "id_Country": 1,'"nvcCountry": "Australia" }, { "id_Country": 2, "nvcCountry": "United States" } ] }</string>
The problem is that the formatting of the returned JSON causes an error when I try to parse it like so:
I get the following error, see the attached image.
How can I fix this?
Regards,
Jacques.
I have a Web Service that returns the following JSON:
<string xmlns="http://golfanywhere.co.za/WebService/">{ "Table": [ { "id_Country": 1,'"nvcCountry": "Australia" }, { "id_Country": 2, "nvcCountry": "United States" } ] }</string>
The problem is that the formatting of the returned JSON causes an error when I try to parse it like so:
B4X:
Dim M as Map
M=parser.NextObject
I get the following error, see the attached image.
How can I fix this?
Regards,
Jacques.