On Tue, Aug 13, 2019 at 7:55 AM Christopher Barker <[email protected]> wrote: > That may mean the cat's out of the bag, and we can neglect any role of the > json module to try to enforce valid JSON, but still... >
The *decoder* will enforce valid JSON, but the *encoder* doesn't need to stop you from doing what you've chosen to do. ChrisA _______________________________________________ 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/H7YOOYS3Q5ZBISZPERTX75ON6EA5PY3J/ Code of Conduct: http://python.org/psf/codeofconduct/
