[BangPypers] JSON PARSER
lokesh bobby
lokeshbobbys at yahoo.com
Fri Mar 21 10:00:03 CET 2014
Hi Noufal,
Thanks for your reply. I am not looking for loading the JSON file. There is a limitation in it. Go thru the links
http://docs.python.org/2/library/json.html#repeated-names-within-an-object
http://docs.python.org/3.2/library/json.html#repeated-names-within-an-object
In order to get rid of that problem, I am looking for some JSON stream parsers.
Thanks,
Lokesh.
On Friday, 21 March 2014 2:09 PM, Noufal Ibrahim KV <noufal at nibrahim.net.in> wrote:
On Fri, Mar 21 2014, lokesh bobby wrote:
> Hi ALL,
>
> Can you share your thoughts on how to parse a JSON file by using
> python?
import json
with open("data.json") as f:
json.load(f)
[...]
--
Cordially,
Noufal
http://nibrahim.net.in
More information about the BangPypers
mailing list