We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
json.dumps()
1 parent 16f16db commit fe9bebfCopy full SHA for fe9bebf
1 file changed
Doc/library/json.rst
@@ -43,7 +43,7 @@ Encoding basic Python object hierarchies::
43
Compact encoding::
44
45
>>> import json
46
- >>> json.dumps([1,2,3,{'4': 5, '6': 7}], separators=(',', ':'))
+ >>> json.dumps([1, 2, 3, {'4': 5, '6': 7}], separators=(',', ':'))
47
'[1,2,3,{"4":5,"6":7}]'
48
49
Pretty printing::
0 commit comments