|
JsonUsage
How to use the JSON parser.
PrerequisiteTo use the JSON parser make sure you have the JAR file on the classpath and include the following code snippet in your module definition: <inherits name="name.pehl.totoe.json.JSON" /> JSONPathTo select data using JSONPath expressions use the static method JsonPath.select(JSONObject, String). See expression syntax for a description of the JSONPath expressions. | |