Skip to content
/ jsonDiff Public

Library to compare json-object and to discover the differences

Notifications You must be signed in to change notification settings

cvkem/jsonDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# jsonDiff

Library to compare two json-object and find the difference/patches. Patches can be replayed to another similar json-object.

(defn findPatchesJson [org mod] ...)
  "Find the patches to translate json-object 'org' to 'mod'. Wrapper that calls 'findPatchesZipper'
  (See 'findPatchesZipper' for details)."


(defn applyPatchesJson [org patches] ...)
Applies the 'patches' to json-object 'org' and returns the modified object.




Copyright (C) 2010 Vinzi

Distributed under the Eclipse Public License, the same as Clojure.

About

Library to compare json-object and to discover the differences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published