io.github.davidkgp:json-compare

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-compare
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-compare

Download json-compare

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.json : json jar 20180130
io.github.davidkgp : json-parse jar 1.0.3

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