10 lines
239 B
JSON
10 lines
239 B
JSON
|
{
|
||
|
"recipe": "Recipe 1",
|
||
|
"author": "Noccy",
|
||
|
"tags": [ "foo", "bar" ],
|
||
|
"ingredients": [
|
||
|
{ "flavor":"Flavor A", "brand":"Brand A", "percent":3 },
|
||
|
{ "flavor":"Flavor B", "brand":"Brand B", "percent":2 }
|
||
|
]
|
||
|
}
|