Skip to content

Instantly share code, notes, and snippets.

@MichelDiz
Created September 2, 2018 17:58
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 MichelDiz/211ded774f3d311ae8ad3c783de683e9 to your computer and use it in GitHub Desktop.
Save MichelDiz/211ded774f3d311ae8ad3c783de683e9 to your computer and use it in GitHub Desktop.
{
"set": [ {
"user": [
{
"uid": "_:michael",
"name": "Michael",
"age": 39,
"Posts": [
{
"uid": "_:michaelfirst",
"title": "Michael first post"
},
{
"uid": "_:michaelsecond",
"title": "Michael second post"
}
],
"rated": [
{
"uid": "_:amitfirst",
"rated|rating": 80
},
{
"uid": "_:amitsecond",
"rated|rating": 50
}]
},
{
"uid": "_:amit",
"name@hi": "अमित",
"name@bn": "অমিত",
"name@en": "Amit",
"age": 35,
"Posts": [
{
"uid": "_:amitfirst",
"title": "Amit first post"
},
{
"uid": "_:amitsecond",
"title": "Amit second post"
}
],
"rated": [
{
"uid": "_:michaelfirst",
"rated|rating": 30
},
{
"uid": "_:michaelsecond",
"rated|rating": 90
}]
},
{
"uid": "_:sarah",
"name": "Sarah",
"age": 55,
"rated": [
{
"uid": "_:michaelfirst",
"rated|rating": 180
},
{
"uid": "_:michaelsecond",
"rated|rating": 150
}]
}
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment