Skip to content

Instantly share code, notes, and snippets.

@fonov
Last active September 3, 2018 10:25
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 fonov/7329452509842b9e6b9453128302f908 to your computer and use it in GitHub Desktop.
Save fonov/7329452509842b9e6b9453128302f908 to your computer and use it in GitHub Desktop.
{
"contants": {
"a": 100,
"b": 200
},
"formulae": {
"formula1": "a+b"
},
"steps": [
// step 1
{
"title": "Some title",
// some items
"items": [
{
"name": "Ламинат",
"price": 500,
"image": "img.png"
}
]
},
// step 2
{
"title": "Some title",
// some items
"items": [
{
"name": "Ламинат",
"price": 500,
"image": "img.png"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment