io.github.davidkgp:json-parse

This project does a json payload sub set matching between two payloads

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.github.davidkgp
ArtifactId

ArtifactId

json-parse
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

This project does a json payload sub set matching between two payloads
Source Code Management

Source Code Management

https://github.com/davidkgp/json-lib/tree/master/json-parse

Download json-parse

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.davidkgp/json-parse/ -->
<dependency>
    <groupId>io.github.davidkgp</groupId>
    <artifactId>json-parse</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidkgp/json-parse/
implementation 'io.github.davidkgp:json-parse:1.0.3'
// https://jarcasting.com/artifacts/io.github.davidkgp/json-parse/
implementation ("io.github.davidkgp:json-parse:1.0.3")
'io.github.davidkgp:json-parse:jar:1.0.3'
<dependency org="io.github.davidkgp" name="json-parse" rev="1.0.3">
  <artifact name="json-parse" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.davidkgp', module='json-parse', version='1.0.3')
)
libraryDependencies += "io.github.davidkgp" % "json-parse" % "1.0.3"
[io.github.davidkgp/json-parse "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20180130

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status Maven Central

json-lib

library for JSON Sub set matching

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0