I recently used code from :http://www.b4x.com/android/forum/threads/server-online-json-tree-example.39048/
I have got the json parsing working on my tablet (Android Jelly Bean) perfectly, however I just ran it on my phone (Android Gingerbread), and I got the error message:
"java.lang.RuntimeException: JSON Object expected." on the line:
Dim root As Map = Parser.NextObject
Parser is initialised as
"Parser.Initialize(configString)", and the debugger shows that configString is the value I expect it to be.
Any Ideas?
Thanks
Sam
I have got the json parsing working on my tablet (Android Jelly Bean) perfectly, however I just ran it on my phone (Android Gingerbread), and I got the error message:
"java.lang.RuntimeException: JSON Object expected." on the line:
Dim root As Map = Parser.NextObject
Parser is initialised as
"Parser.Initialize(configString)", and the debugger shows that configString is the value I expect it to be.
Any Ideas?
Thanks
Sam