Files
openide/json/tests/testData/structureView/SimpleStructure.json
Mikhail Golubev e19e02f23c Structure view for JSON shows only object properties (as done in JavaScript)
Also move existing structure view test from JavaScript to JSON
2014-09-10 16:26:34 +04:00

6 lines
40 B
JSON

{
"aaa":1,
"bbb":{
"ccc":2
}
}