Skip to content

Small tool which making diff between json data sources in RFC 6902 format.

License

Notifications You must be signed in to change notification settings

nxsofsys/jsondiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

jsondiff

Small tool which making diff between json data sources in RFC 6902 format.

Usage:

>>> import jsondiff
>>> src = {'foo': 'bar'}
>>> dest = {'foo': 'baz'}
>>> patch = jsondiff.make(src, dest)

About

Small tool which making diff between json data sources in RFC 6902 format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages