My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
JsonUsage  
How to use the JSON parser.
Updated Jun 6, 2011 by harald.pehl

Prerequisite

To 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" />

JSONPath

To select data using JSONPath expressions use the static method JsonPath.select(JSONObject, String). See expression syntax for a description of the JSONPath expressions.

Powered by Google Project Hosting