mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-11 22:30:27 +01:00
14 lines
174 B
JSON
14 lines
174 B
JSON
{
|
|
"customer": "BigCoII",
|
|
"performances": [
|
|
{
|
|
"playID": "henry-v",
|
|
"audience": 53
|
|
},
|
|
{
|
|
"playID": "as-like",
|
|
"audience": 55
|
|
}
|
|
]
|
|
}
|