Skip to content

Instantly share code, notes, and snippets.

@jackbrookes
Created October 1, 2020 19:42
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 jackbrookes/0f9770fcfe3d448e0f7a1973c2ac7419 to your computer and use it in GitHub Desktop.
Save jackbrookes/0f9770fcfe3d448e0f7a1973c2ac7419 to your computer and use it in GitHub Desktop.
{
"example_string": "aaa",
"example_bool": true,
"example_int": 3,
"example_float": "3.14",
"example_array": [
1,
2,
3,
4
],
"example_object": {
"a": 1,
"b": "abc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment