1{ 2 "fruit": { 3 "color": { 4 "type": "string", 5 "value": "yellow" 6 }, 7 "flavor": { 8 "type": "string", 9 "value": "banana" 10 }, 11 "name": { 12 "type": "string", 13 "value": "banana" 14 } 15 } 16}
View as plain text