duster/js/test_cases/walk_up/input1.json

12 lines
298 B
JSON
Raw Normal View History

{
"company": "The Pendulum",
"globals": {
"email": "email hidden"
},
"people": [
{"name": "Alice", "job": "Chief Swinger"},
{"name": "Bob", "job": "Chief Swayer"},
{"name": "Chris", "job": "Barista", "company": "GenericCoffee", "email": "thecoffeeguy@generic.coffee"}
]
}