1{ 2 "": { 3 "x": { 4 "type": "string", 5 "value": "empty.x" 6 } 7 }, 8 "x": { 9 "": { 10 "type": "string", 11 "value": "x.empty" 12 } 13 }, 14 "a": { 15 "": { 16 "": { 17 "type": "string", 18 "value": "empty.empty" 19 } 20 } 21 } 22}
View as plain text