Skip to content

Instantly share code, notes, and snippets.

@PDMackinnon
Created September 10, 2019 10:16
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 PDMackinnon/b15bc187f1f0bce08b00f472e1a21ee8 to your computer and use it in GitHub Desktop.
Save PDMackinnon/b15bc187f1f0bce08b00f472e1a21ee8 to your computer and use it in GitHub Desktop.
Small JSON demo
{
"transparent": "allowing light to shine through",
"opaque": "hard to see through",
"unpredictable": "volatile",
"evolution": "gradual development over time",
"learn": "aquire new knowlege or skills",
"nest": "fit one object inside another",
"demo": {
"x": 25,
"y": 12.2,
"deep": {
"a": "hello",
"b": "goodbye"
}
},
"demo2": ["abstract", "binary", "computer", 1, 2, 3, {
"xyz": "One more thing..."
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment