[BangPypers] JSON PARSER
Vishal
vsapre80 at gmail.com
Fri Mar 21 10:01:38 CET 2014
Hi,
I have used simplejson and ultrajson. Found ultrajson to be the fastest
amongst known libraries for Python
UltraJSON (
http://pushingtheweb.com/2011/03/ultra-fast-json-encoding-decoding-python/)
Compare performance: http://stackoverflow.com/a/15440843
Download it from here: https://pypi.python.org/pypi/ujson/
Take care,
Vishal
Thanks and best regards,
Vishal Sapre
---
"Life is 10% how you make it, and 90% how you take it"
"बहुजन हिताय, बहुजन सुखाय (Benefit for most people, Happiness for most
people.)"
---
Please DONT print this email, unless you really need to. Save Energy &
Paper. Save the Earth.
On Fri, Mar 21, 2014 at 2:08 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
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
More information about the BangPypers
mailing list