Skip to content

monsur/jsoncompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

jsoncompare is a simple Python utility for comparing two JSON objects

USAGE

python jsoncompare.py <item1> <item2>

Where item1 and item2 are either a file or a url containing a JSON object. The compare() method can also be called as a library from other Python code, in which case item1 and item2 can also be dict or array objects.

About

A simple utility to compare two JSON objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages