learning_go/go-code-samples/go-rest-demo/testdata/ham_and_cheese_recipe.json
2025-12-20 10:21:45 +03:00

12 lines
156 B
JSON

{
"name": "Ham and cheese toasties",
"ingredients": [
{
"name": "bread"
},{
"name": "ham"
},{
"name": "cheese"
}
]
}