Skip to content

Instantly share code, notes, and snippets.

@havenwood
Last active August 26, 2020 22:11
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 havenwood/a227b63b94e8f9d41de5a18e5f9447ea to your computer and use it in GitHub Desktop.
Save havenwood/a227b63b94e8f9d41de5a18e5f9447ea to your computer and use it in GitHub Desktop.
{grandparents:
{grandpa_1:
{age: 58,
parents:
{parent_1: {age: 34, children: {child_1: {age: 12}}},
parent_2: {age: 32, children: {child_1: {age: 11}}}}},
grandpa_2:
{age: 59,
parents:
{parent_3: {age: 31, children: {child_4: {age: 12}}},
parent_4: {age: 32, children: {child_5: {age: 11}}}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment