Json Comaprision

John Gordon gordon at panix.com
Wed May 6 12:27:49 EDT 2015


In <mailman.164.1430902487.12865.python-list at python.org> pra devOPS <siv.devops at gmail.com> writes:

> I wanted to compare two json files ignoring few of the keys in the json
> files.

> Can anybody suggest me few things?

Load each json file into a python object, delete the keys you don't care
about, and compare the two objects.

-- 
John Gordon         Imagine what it must be like for a real medical doctor to
gordon at panix.com    watch 'House', or a real serial killer to watch 'Dexter'.




More information about the Python-list mailing list