1{ 2 "nest": [ 3 [ 4 { 5 "type": "string", 6 "value": "a" 7 } 8 ], 9 [ 10 { 11 "type": "string", 12 "value": "b" 13 } 14 ] 15 ] 16}
View as plain text