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 "texture": { 15 "smooth": { 16 "type": "bool", 17 "value": "true" 18 } 19 } 20 } 21 } 22}