I need to parse a JSON string in my project, which runs on BB OS 5. OS version 5 does not have JSON parsing inbuilt in it. I have tried the code from the Knowledge Base article Sample Code - Implementing JSON in your application, but it does not run on OS 5 either.
Can someone suggest a library or some jar file to parse JSON for BB OS 5.