Commit 1dbce04d authored by suketa's avatar suketa Committed by Mariatta

bpo-30621: Update Input Output Tutorial Example(GH-2074)

 import json before using json module 
parent 09663de2
......@@ -412,6 +412,7 @@ sent over a network connection to some distant machine.
If you have an object ``x``, you can view its JSON string representation with a
simple line of code::
>>> import json
>>> json.dumps([1, 'simple', 'list'])
'[1, "simple", "list"]'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment