Skip to content

Instantly share code, notes, and snippets.

@wdiasvargas
Created September 25, 2019 14:12
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 wdiasvargas/d9b2d91e7d1986124ea12a7ad243e44b to your computer and use it in GitHub Desktop.
Save wdiasvargas/d9b2d91e7d1986124ea12a7ad243e44b 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