Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91330
| From | random832@fastmail.us |
|---|---|
| Subject | Re: Decoding JSON file using python |
| Date | 2015-05-27 19:06 -0400 |
| References | <11dbf982-efc1-4ef0-b286-e3d08ba5030e@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.104.1432768013.5151.python-list@python.org> (permalink) |
On Wed, May 27, 2015, at 18:23, Karthik Sharma wrote: > The JSON structure is valid as shown by http://jsonlint.com/ > I want to be able to access the different fields inside `data` such as > `severity`, `subject` and also fields inside `tdetails` such as `CPUs` > and `Product`. How do I do this? your data object is a string, it doesn't have anything inside it. if you want it to be a json object you'll need to actually use the json parser on it.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Decoding JSON file using python Karthik Sharma <karthik.sharma@gmail.com> - 2015-05-27 15:23 -0700
Re: Decoding JSON file using python random832@fastmail.us - 2015-05-27 19:06 -0400
Re: Decoding JSON file using python MRAB <python@mrabarnett.plus.com> - 2015-05-28 00:08 +0100
Re: Decoding JSON file using python Cameron Simpson <cs@zip.com.au> - 2015-05-28 08:52 +1000
Re: Decoding JSON file using python Karthik Sharma <karthik.sharma@gmail.com> - 2015-05-27 16:51 -0700
Re: Decoding JSON file using python Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-05-28 01:38 +0000
Re: Decoding JSON file using python Cameron Simpson <cs@zip.com.au> - 2015-05-28 13:32 +1000
Re: Decoding JSON file using python Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-28 18:49 +0000
Re: Decoding JSON file using python random832@fastmail.us - 2015-05-27 23:48 -0400
Re: Decoding JSON file using python MRAB <python@mrabarnett.plus.com> - 2015-05-28 04:54 +0100
Re: Decoding JSON file using python Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-28 18:48 +0000
csiph-web