17 lines
144 B
JSON

{
"things": [
[
"Alice",
"Andy"
],
[
"Bob",
"Becky"
],
[
"Chris",
"Cathy"
]
]
}