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 <nou...@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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to