Skip to content

Instantly share code, notes, and snippets.

@drunkensouljah
Created February 18, 2020 19:46
Show Gist options
  • Select an option

  • Save drunkensouljah/0fb0b86941ec143ee64a50e63aa1064c to your computer and use it in GitHub Desktop.

Select an option

Save drunkensouljah/0fb0b86941ec143ee64a50e63aa1064c to your computer and use it in GitHub Desktop.
{
"array": [
1,
2,
3
],
"boolean": true,
"null": null,
"number": 123,
"object": {
"a": "b",
"c": "d",
"e": "f"
},
"string": "Hello World"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment