Christopher Vagnetoft
922d9f09dd
* Base and NicotineBase separated * Importer bugfixed * Mixer improved
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 }
|
|
]
|
|
}
|