jxQuery is for parsing JSON, XML format contents, which is using xquery(http://www.w3.org/TR/xquery/) to access both XML, and JSON.
Highlights:
Support JSON and XML format content
Support full syntax of xquery http://www.w3.org/TR/xquery/, like /node[@attr>20]/subNode
Implementation of FieldCreator could create value object on demand, input will be either org.w3c.dom.Node or org.w3c.dom.NodeList
Dependencies:
commons-beanutils-1.8.3.jar
commons-logging-1.1.1.jar
commons-collections-3.2.1.jar
commons-lang-2.5.jar
commons-io-2.0.1.jar
json-lib-2.4-jdk15.jar
log4j-1.2.9.jar
ezmorph-1.0.6.jar
## Usage - MAVEN ##
https://oss.sonatype.org/#nexus-search;quick~jxquery
.......... com.googlecode.jxquery jx