[Python-Dev] Status of json (simplejson) in cpython (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri Apr 15 22:44:37 CEST 2011


> Since the JSON spec is set in stone, the changes > will mostly be about API (indentation, object conversion, etc) > and optimization.  I presume the core parsing logic won't > be changing much. Actually the core parsing logic is very different (and MUCH faster),

Are you talking about the Python logic or the C logic?



More information about the Python-Dev mailing list