Skip to content

Instantly share code, notes, and snippets.

@alissapajer
Last active October 2, 2021 20:39
Show Gist options
  • Save alissapajer/e828682d73bca442c0a8a1f56b4db1e6 to your computer and use it in GitHub Desktop.
Save alissapajer/e828682d73bca442c0a8a1f56b4db1e6 to your computer and use it in GitHub Desktop.
{
"id": 1,
"zeroth": { "c": true },
"first": [
{ "a": 10, "b": 11 },
{ "a": 20, "b": 21 },
{ "a": 30, "b": 31 } ],
"second": [
{ "y": 12 },
{"x": [ 41, 42, 43 ] },
{"x": [ 51, 52, ["p"] ] } ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment