Skip to content

Instantly share code, notes, and snippets.

@jwmickey
Created July 30, 2020 01:48
Show Gist options
  • Save jwmickey/f104f8fb65db90e0a30248454ee70b23 to your computer and use it in GitHub Desktop.
Save jwmickey/f104f8fb65db90e0a30248454ee70b23 to your computer and use it in GitHub Desktop.
testing editing json within github
{
"hello": "world",
"array": [
1, 2, 3
],
"object": {
"foo": "bar"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment