mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-13 15:13:26 +01:00
17 lines
231 B
JSON
17 lines
231 B
JSON
{
|
|
"customer": "BigCo",
|
|
"performances": [
|
|
{
|
|
"playID": "hamlet",
|
|
"audience": 55
|
|
},
|
|
{
|
|
"playID": "as-like",
|
|
"audience": 35
|
|
},
|
|
{
|
|
"playID": "othello",
|
|
"audience": 40
|
|
}
|
|
]
|
|
} |