Last active
August 21, 2019 03:27
-
-
Save MatrixManAtYrService/bb971325db0f8ef521af641e11e1a3d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
print(json.dumps({"JSON1" : "Hello World!", | |
"JSON2" : "Hello my World!", | |
"JSON3" : {"key1" : "value1"})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment