[Web-SIG] Time a for JSON parser in the standard library?

Ian Bicking ianb at colorstudy.com
Wed Apr 9 19:05:30 CEST 2008


>   parse (bytes_or_string)
>   generate (obj, indent = None, ascii_only = True, encoding = 'utf-8')

I strongly prefer we stick to the conventional names of 
dump/dumps/load/loads, for consistency with other serialization 
libraries already in Python.

   Ian


More information about the Web-SIG mailing list