Skip to content

Instantly share code, notes, and snippets.

@RedBrogdon
Created August 1, 2018 17:30
Show Gist options
  • Save RedBrogdon/1f2e1a6e914b206dba40ec8c42f50f28 to your computer and use it in GitHub Desktop.
Save RedBrogdon/1f2e1a6e914b206dba40ec8c42f50f28 to your computer and use it in GitHub Desktop.
{
"aString": "Blah, blah, blah.",
"anInt": 1,
"aDouble": 1.0,
"aListOfStrings": ["one", "two", "three"],
"aListOfInts": [1, 2, 3],
"aListOfDoubles": [1.0, 2.0, 3.0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment