Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91243
| References | <mailman.164.1430902487.12865.python-list@python.org> <midfe5$ma7$1@reader1.panix.com> |
|---|---|
| Date | 2015-05-26 05:57 -0700 |
| Subject | Re: Json Comaprision |
| From | pra devOPS <siv.devops@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.53.1432645042.5151.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hey all thanks for the answers, I am done wiht the same . Sorry fore delayed replied On Wed, May 6, 2015 at 9:27 AM, John Gordon <gordon@panix.com> wrote: > In <mailman.164.1430902487.12865.python-list@python.org> pra devOPS < > siv.devops@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@panix.com watch 'House', or a real serial killer to watch > 'Dexter'. > > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Json Comaprision pra devOPS <siv.devops@gmail.com> - 2015-05-05 12:55 -0700
Re: Json Comaprision John Gordon <gordon@panix.com> - 2015-05-06 16:27 +0000
Re: Json Comaprision pra devOPS <siv.devops@gmail.com> - 2015-05-26 05:57 -0700
Re: Json Comaprision Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-08 11:22 +0000
csiph-web