Skip to content

Instantly share code, notes, and snippets.

@wshayes
Created January 30, 2018 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wshayes/57d21fc7b1b14097d91d26545a1dc587 to your computer and use it in GitHub Desktop.
Save wshayes/57d21fc7b1b14097d91d26545a1dc587 to your computer and use it in GitHub Desktop.
Example JSON and YAML for a Medium article
[
{
"key": "value1"
},
{
"key": "value2"
}
]
{
"key": "value",
"example_array": [
"one",
"two"
]
}
{"key": "value1"}
{"key": "value2"}
key: value
example_array:
- one
- two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment