Hi.
Have a problem parsing some json data. Data is from a community webservice. I have saved the data to schools.txt to use it in Erel's json sample project
I have my own webserver with a lot of webservices in json format. All works fine, but this one is a paine. I get different errors, depending on what i write in:
m = Map1.Get("???????")
m = m.Get("????????")
schoolList = m.Get("????????")
I need quick help because i need it to demonstrate how to get the community data in an app.
Attached is a sample project with data txt file.
Have a problem parsing some json data. Data is from a community webservice. I have saved the data to schools.txt to use it in Erel's json sample project
I have my own webserver with a lot of webservices in json format. All works fine, but this one is a paine. I get different errors, depending on what i write in:
m = Map1.Get("???????")
m = m.Get("????????")
schoolList = m.Get("????????")
I need quick help because i need it to demonstrate how to get the community data in an app.
Attached is a sample project with data txt file.