Files
php-juicer/tests/data/recipe1.json
T

10 lines
239 B
JSON
Raw Permalink Normal View History

2019-07-09 02:10:56 +02:00
{
"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 }
]
}