Files
Theatrical-Players-Refactor…/python/tests/invoice.json
2019-08-07 08:49:05 +02:00

17 lines
231 B
JSON

{
"customer": "BigCo",
"performances": [
{
"playID": "hamlet",
"audience": 55
},
{
"playID": "as-like",
"audience": 35
},
{
"playID": "othello",
"audience": 40
}
]
}