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