JSONPath
An XPath equivalent for JSON
JSONPath expressions always refer to a JSON structure in the same way as XPath expression are used in combination with an XML document. Since a JSON structure is usually anonymous and doesn't necessarily have a "root member object" JSONPath assumes the abstract name $ assigned to the outer level object.
Releases
2.0.0
- Updated version compatible with Enonic XP v7
- Moved artifact to bintray.com/openxp
Compatibility:
- 7.0.0
1.1.0
- Add LICENSE info. Update namespace. Cleanup
- Misc cleanup
Compatibility:
- 6.4.0
Download JSONPath
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'openxp.lib:jsonpath:2.0.0'
}
Comments