Jar examples for j:jsonpath
A pure Java JsonPath implementation
You can download jar file jsonpath 1.2 in this page.
Mozilla Public License 2.0
You can use the following script to add jsonpath-1.2.jar to your project.
<dependency> <groupId>com.nebhale.jsonpath</groupId> <artifactId>jsonpath</artifactId> <version>1.2</version> </dependency>
compile group: 'com.nebhale.jsonpath', name: 'jsonpath', version: '1.2'
libraryDependencies += "com.nebhale.jsonpath" % "jsonpath" % "1.2"
<dependency org="com.nebhale.jsonpath" name="jsonpath" rev="1.2"/>
@Grapes(@Grab(group='com.nebhale.jsonpath', module='jsonpath', version='1.2'))
'com.nebhale.jsonpath:jsonpath:jar:1.2'
Click the following link to download the jar file.
jsonpath-1.2-javadoc.jar