This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author imeuropa
Recipients imeuropa
Date 2020-12-07.00:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607301132.51.0.662814441179.issue42583@roundup.psfhosted.org>
In-reply-to
Content
the JSON.dumps() function should create valid JSON using double quotes only, however when the function is run with an object as its argument it results in invalid JSON using single quotes. As defined in the ECMA-404 JSON Data Interchange Syntax (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) JSON should use double quotes not single quotes.
History
Date User Action Args
2020-12-07 00:32:12imeuropasetrecipients: + imeuropa
2020-12-07 00:32:12imeuropasetmessageid: <1607301132.51.0.662814441179.issue42583@roundup.psfhosted.org>
2020-12-07 00:32:12imeuropalinkissue42583 messages
2020-12-07 00:32:11imeuropacreate