JsonPathLite

A lighter and more efficient implementation of JsonPath in Kotlin

License

License

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.nfeld.jsonpathlite
ArtifactId

ArtifactId

json-path-lite
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

JsonPathLite
A lighter and more efficient implementation of JsonPath in Kotlin
Project URL

Project URL

https://github.com/codeniko/JsonPathLite
Source Code Management

Source Code Management

https://github.com/codeniko/JsonPathLite

Download json-path-lite

How to add to project

<!-- https://jarcasting.com/artifacts/com.nfeld.jsonpathlite/json-path-lite/ -->
<dependency>
    <groupId>com.nfeld.jsonpathlite</groupId>
    <artifactId>json-path-lite</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nfeld.jsonpathlite/json-path-lite/
implementation 'com.nfeld.jsonpathlite:json-path-lite:1.1.0'
// https://jarcasting.com/artifacts/com.nfeld.jsonpathlite/json-path-lite/
implementation ("com.nfeld.jsonpathlite:json-path-lite:1.1.0")
'com.nfeld.jsonpathlite:json-path-lite:pom:1.1.0'
<dependency org="com.nfeld.jsonpathlite" name="json-path-lite" rev="1.1.0">
  <artifact name="json-path-lite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nfeld.jsonpathlite', module='json-path-lite', version='1.1.0')
)
libraryDependencies += "com.nfeld.jsonpathlite" % "json-path-lite" % "1.1.0"
[com.nfeld.jsonpathlite/json-path-lite "1.1.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.10
org.json : json jar 20180813

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0