duster/js/test_cases/partial_path/input1.json

15 lines
150 B
JSON
Raw Normal View History

{
"people": [
{
"name": "Alice",
"item": "cat"
},
{
"name": "Bob"
}
],
"globals": {
"item": "couch"
}
}