Skip to content

Instantly share code, notes, and snippets.

@4383
Created April 30, 2018 16:57
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 4383/1bab8973474625de738f5f6471894322 to your computer and use it in GitHub Desktop.
Save 4383/1bab8973474625de738f5f6471894322 to your computer and use it in GitHub Desktop.
JSON file sample for niet testing purpose
{
"project": {
"meta": {
"name": "my-project"
}
},
"foo": "bar",
"list-items": [
"item1",
"item2",
"item3"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment