mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-20 23:54:36 +02:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"size": "medium",
|
|
"price": 15.67,
|
|
"toppings": ["mushrooms", "pepperoni", "basil"],
|
|
"extra_cheese": false,
|
|
"delivery": true,
|
|
"client": {
|
|
"name": "Jane Doe",
|
|
"phone": null,
|
|
"email": "janedoe@email.com"
|
|
}
|
|
}
|