j

json-comparator

Currently, the json comparators available over the web lack efficiency in the handling of differences in the hierarchy, data types and complex nesting. Also, there is a dire need for systematic logging of differences. This library will solve all the problems
https://github.com/umeshsp/json-comparator
The Apache License, Version 2.0
umeshsp
Umesh Padashetty
Files download
File Operation
json-comparator-1.3.jar download
json-comparator-1.3.pom download
json-comparator-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.umeshsp</groupId>
  <artifactId>json-comparator</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.umeshsp:json-comparator:1.3'
Gradle Kotlin
implementation("com.github.umeshsp:json-comparator:1.3")
Scala SBT
libraryDependencies += "com.github.umeshsp" % "json-comparator" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.umeshsp', module='json-comparator', version='1.3')
)
Apache Ivy
<dependency org="com.github.umeshsp" name="json-comparator" rev="1.3" />
Leiningen
[com.github.umeshsp/json-comparator "1.3"]
Apache Buildr
'com.github.umeshsp:json-comparator:jar:1.3'