Immutable JSON :: JMESPATH

Implementation of JMESPATH for Immutable-JSON

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.hamnaberg.json
ArtifactId

ArtifactId

immutable-json-jmespath
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Immutable JSON :: JMESPATH
Implementation of JMESPATH for Immutable-JSON
Project URL

Project URL

https://github.com/hamnis/immutable-json-jmespath
Source Code Management

Source Code Management

https://github.com/hamnis/immutable-json-jmespath

Download immutable-json-jmespath

How to add to project

<!-- https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json-jmespath/ -->
<dependency>
    <groupId>net.hamnaberg.json</groupId>
    <artifactId>immutable-json-jmespath</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json-jmespath/
implementation 'net.hamnaberg.json:immutable-json-jmespath:0.1.0'
// https://jarcasting.com/artifacts/net.hamnaberg.json/immutable-json-jmespath/
implementation ("net.hamnaberg.json:immutable-json-jmespath:0.1.0")
'net.hamnaberg.json:immutable-json-jmespath:jar:0.1.0'
<dependency org="net.hamnaberg.json" name="immutable-json-jmespath" rev="0.1.0">
  <artifact name="immutable-json-jmespath" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.json', module='immutable-json-jmespath', version='0.1.0')
)
libraryDependencies += "net.hamnaberg.json" % "immutable-json-jmespath" % "0.1.0"
[net.hamnaberg.json/immutable-json-jmespath "0.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.hamnaberg.json : immutable-json-ast jar 6.1.0
net.hamnaberg.json : immutable-json-core jar 6.1.0
io.burt : jmespath-core jar 0.2.0

test (4)

Group / Artifact Type Version
net.hamnaberg.json : immutable-json-jackson jar 6.1.0
io.burt : jmespath-core test-jar 0.2.0
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

JMESPath for Immutable Json

Status

Maven Central Build Status Gitter Chat

Community

Adopters

Are you using immutable-json-jmespath? Please consider opening a pull request to list your organization here:

  • Your Organization here

Related projects

  • Your project here

Usage

TODO

Where can we find this

Using maven, you download it from Maven Central using these coordinates:

<dependency>
  <groupId>net.hamnaberg.json</groupId>
  <artifactId>immutable-json-jmespath</artifactId>
  <version>0.1.0</version>
</dependency>

Snapshots can be found from Sonatype:

<dependency>
  <groupId>net.hamnaberg.json</groupId>
  <artifactId>immutable-json-jmespath</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>

License

We are using the Apache License 2.0

Contributing

All contributions are welcome! Documentation is sorely lacking and really needs some love. If you find a missing combinator, please open a PR or issue so we can discuss it. Any bugs or missing features are also welcome.

Versions

Version
0.1.0