Structural JSON diff/patch tool
There has been a syntax change...
Work in progress...
Sorry for any inconveniences caused...
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdcom.github.foodev | 
    
| ArtifactId | ArtifactIdjsondiff | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionFoodev JSONDiff 
            Structural JSON diff/patch tool 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jsondiff-2.0.0.pom | |
| jsondiff-2.0.0.jar | 50 KB | 
| jsondiff-2.0.0-sources.jar | 29 KB | 
| jsondiff-2.0.0-javadoc.jar | 206 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.foodev/jsondiff/ -->
<dependency>
    <groupId>com.github.foodev</groupId>
    <artifactId>jsondiff</artifactId>
    <version>2.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.foodev/jsondiff/
implementation 'com.github.foodev:jsondiff:2.0.0'
                // https://jarcasting.com/artifacts/com.github.foodev/jsondiff/
implementation ("com.github.foodev:jsondiff:2.0.0")
                'com.github.foodev:jsondiff:jar:2.0.0'
                <dependency org="com.github.foodev" name="jsondiff" rev="2.0.0">
  <artifact name="jsondiff" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.foodev', module='jsondiff', version='2.0.0')
)
                libraryDependencies += "com.github.foodev" % "jsondiff" % "2.0.0"
                [com.github.foodev/jsondiff "2.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.gson : gson Optional | jar | 1.7.2 | 
| org.codehaus.jackson : jackson-mapper-asl Optional | jar | 1.9.2 | 
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.5.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.6 | 
There has been a syntax change...
Work in progress...
Sorry for any inconveniences caused...