If I've understood correctly (far from certain) the existing json.dumps and json.loads functions are permissive (allow some constructions that are not part of the JSON spec) but the proposed new functions will be strict.There seems to be a fair bit of support for this idea.
Will it need a PEP ?
-CHB