Skip to content

Instantly share code, notes, and snippets.

@adevone
Last active June 11, 2020 09:17
Show Gist options
  • Save adevone/440aeb6101f17075c79282a3f054a6ed to your computer and use it in GitHub Desktop.
Save adevone/440aeb6101f17075c79282a3f054a6ed to your computer and use it in GitHub Desktop.
{
"id": "0",
"items": [
{
"count": 2.0,
"product": {
"id": "0",
"name": "cucumber",
"price": 50.0,
"unit": "u."
}
},
{
"count": 3.0,
"product": {
"id": "1",
"name": "milk",
"price": 30.0,
"unit": "lt."
}
},
{
"count": 5.0,
"product": {
"id": "2",
"name": "tvorog",
"price": 15.0,
"unit": "kg."
}
}
]
}
{
"id": "0",
"name": "FunnyLifeRecipe",
"portionsCount": 1,
"ingredients": [
{
"countInRecipe": 999.0,
"product": {
"id": "3",
"name": "crazyAction",
"price": 21.0,
"unit": "stad."
}
},
{
"countInRecipe": 1.0,
"product": {
"id": "4",
"name": "drinkAndSmoke",
"price": 999.0,
"unit": "l."
}
},
{
"countInRecipe": 99.0,
"product": {
"id": "5",
"name": "manymanySleep",
"price": 50.0,
"unit": "time"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment