In <mailman.164.1430902487.12865.python-l...@python.org> pra devOPS 
<siv.dev...@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
gor...@panix.com    watch 'House', or a real serial killer to watch 'Dexter'.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to