Paul Moore wrote:
So you're proposing a change to the Python
language stdlib implementation of that translation. Fine. But you have
yet to provide a justification for such a change,

I think it can be justified on the grounds that it allows all of the
information in the JSON text to be preserved during both deserialisation
and serialisation.

Seems to me this is objectively better. You can always discard
information you don't need, but you can't get it back if you need
it and it's not there.

--
Greg
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/S2MDQ4M4CM6MLY2YQ4CUCI263RT7PMAW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to