Files
Theatrical-Players-Refactor…/javascript/test/invoice.json
2019-08-06 09:34:28 +02:00

17 lines
231 B
JSON

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