[issue42583] JSON.dumps() creates invalid JSON with single quotes

2020-12-07 Thread Kjartan Hrafnkelsson
Change by Kjartan Hrafnkelsson : -- stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue42583] JSON.dumps() creates invalid JSON with single quotes

2020-12-07 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42583] JSON.dumps() creates invalid JSON with single quotes

2020-12-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: Example? -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42583] JSON.dumps() creates invalid JSON with single quotes

2020-12-06 Thread Kjartan Hrafnkelsson
New submission from Kjartan Hrafnkelsson : 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