Are any json handling methods provided for Oxygene for Java?
Hi, if you are using for android programming, you can use it like this:
interface
uses
java.io,
java.util,
android.content,
android.database,
org.json,
android.provider;
This org.json contains some methods to handle json.
Or you can use any other Java library, which are .jar files, like org.json and json-lib. To handle Json. You will need to add reference to this file
Thanks.