JSON Comparator

Toolset for easily comparing JSON structures which may vary in expected ways, such as arrays of content for which order may change, or fields in objects that can be ignored, or matched via patterns. Intended to assist in the validation of JSON-formatted results returned from services.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.savoirtech.json
ArtifactId

ArtifactId

json-comparator
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Comparator
Toolset for easily comparing JSON structures which may vary in expected ways, such as arrays of content for which order may change, or fields in objects that can be ignored, or matched via patterns. Intended to assist in the validation of JSON-formatted results returned from services.
Project Organization

Project Organization

Savoir Technologies, Inc.
Source Code Management

Source Code Management

https://github.com/savoirtech/json-comparator

Download json-comparator

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.3.1
com.jayway.jsonpath : json-path jar 2.2.0
commons-io : commons-io jar 2.4
org.mockito : mockito-core jar 1.10.19

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0