| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.github.umeshsp | 
    
| ArtifactId | ArtifactIdjson-comparator | 
    
| Last Version | Last Version1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJson Compartor Utility 
            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 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| json-comparator-1.3.pom | |
| json-comparator-1.3.jar | 4 KB | 
| json-comparator-1.3-sources.jar | 3 KB | 
| json-comparator-1.3-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.umeshsp/json-comparator/ -->
<dependency>
    <groupId>com.github.umeshsp</groupId>
    <artifactId>json-comparator</artifactId>
    <version>1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.umeshsp/json-comparator/
implementation 'com.github.umeshsp:json-comparator:1.3'
                // https://jarcasting.com/artifacts/com.github.umeshsp/json-comparator/
implementation ("com.github.umeshsp:json-comparator:1.3")
                'com.github.umeshsp:json-comparator:jar:1.3'
                <dependency org="com.github.umeshsp" name="json-comparator" rev="1.3">
  <artifact name="json-comparator" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.umeshsp', module='json-comparator', version='1.3')
)
                libraryDependencies += "com.github.umeshsp" % "json-comparator" % "1.3"
                [com.github.umeshsp/json-comparator "1.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.json : json | jar | 20180130 | 
| org.unitils : unitils-core | jar | 3.4.6 | 
| commons-lang : commons-lang | jar | 2.6 |