duster/js/test_cases/explicit_context_setting/input1.json

33 lines
431 B
JSON
Raw Normal View History

{
"some_global": "dog",
"loop": [
{
"person": {
"name": "Alice"
},
"friend": "Bob"
},
{
"person": {
"name": "Bob"
},
"friend": "Chris"
},
{
"person": {
"name": "Chris"
},
"friend": "Alice"
}
],
"explicit": {
"pet": "cat"
},
"deep_explicit": {
"explicit": {
"pet": "cat"
}
},
"empty_array": []
}