Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created August 15, 2021 05:20
Show Gist options
  • Save dsibinski/2386331dd58e4339c7aaace0bf6a9cd0 to your computer and use it in GitHub Desktop.
Save dsibinski/2386331dd58e4339c7aaace0bf6a9cd0 to your computer and use it in GitHub Desktop.
[
{
"Name": "John",
"BestFriend": null
},
{
"Name": "Alicia",
"BestFriend": {
"Name": "John",
"BestFriend": null
}
},
{
"Name": "Mark",
"BestFriend": {
"Name": "John",
"BestFriend": null
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment