-
-
Save fonov/7329452509842b9e6b9453128302f908 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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