Skip to content

Instantly share code, notes, and snippets.

@MatrixManAtYrService
Last active August 21, 2019 03:27
Show Gist options
  • Save MatrixManAtYrService/bb971325db0f8ef521af641e11e1a3d8 to your computer and use it in GitHub Desktop.
Save MatrixManAtYrService/bb971325db0f8ef521af641e11e1a3d8 to your computer and use it in GitHub Desktop.
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