1{ 2 "fruit": { 3 "apple": { 4 "color": { 5 "type": "string", 6 "value": "red" 7 }, 8 "taste": { 9 "sweet": { 10 "type": "bool", 11 "value": "true" 12 } 13 } 14 } 15 } 16}
View as plain text