Thanks to visit codestin.com Credit goes to github.com
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 b84bcc4 commit a7fbad9Copy full SHA for a7fbad9
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