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.
1 parent 51658f7 commit 107949cCopy full SHA for 107949c
Doc/tutorial/inputoutput.rst
@@ -390,6 +390,7 @@ sent over a network connection to some distant machine.
390
If you have an object ``x``, you can view its JSON string representation with a
391
simple line of code::
392
393
+ >>> import json
394
>>> json.dumps([1, 'simple', 'list'])
395
'[1, "simple", "list"]'
396
0 commit comments