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 80bdbf6 commit 7563b05Copy full SHA for 7563b05
1 file changed
Doc/tutorial/inputoutput.rst
@@ -411,6 +411,7 @@ sent over a network connection to some distant machine.
411
If you have an object ``x``, you can view its JSON string representation with a
412
simple line of code::
413
414
+ >>> import json
415
>>> json.dumps([1, 'simple', 'list'])
416
'[1, "simple", "list"]'
417
0 commit comments