github.com/lyraproj/hiera@v1.0.0-rc4/api/testdata/explicit/hiera_data/data2.json (about) 1 { 2 "first": "second value of first", 3 "hash": { 4 "one": "overwritten one", 5 "three": { 6 "a": "overwritten A", 7 "b": "B", 8 "c": "overwritten C" 9 } 10 }, 11 "array": [ 12 "three", 13 "four", 14 "five" 15 ] 16 }