Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created August 15, 2021 05:10
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 dsibinski/72a6e910965e7f0081ffbf6a0671ef2e to your computer and use it in GitHub Desktop.
Save dsibinski/72a6e910965e7f0081ffbf6a0671ef2e to your computer and use it in GitHub Desktop.
[
{
"$id": "1",
"Name": "John",
"BestFriend": null
},
{
"$id": "2",
"Name": "Alicia",
"BestFriend": {
"$ref": "1"
}
},
{
"$id": "3",
"Name": "Mark",
"BestFriend": {
"$ref": "1"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment