Some reason, I am not getting the error message today, thanks anyway
Hi SamH,
i know it's an old thread but i ran into the same problem parsing json on android 2.3.6
After some research i found it's related on how this android version parses json's.
My json's files aren't really 'strictly' to json standard but parsed with the b4j online tool they seem good (and also for android >4)
I solved the problem by preparse my not 'strictly' json with a simple routine that removes all unused/bad chars outside quotes.
Hope this help some others