mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-12-24 00:31:11 +02:00
28 lines
382 B
JSON
28 lines
382 B
JSON
{
|
|
"fruit": [
|
|
{
|
|
"name": "apple",
|
|
"physical": {
|
|
"color": "red",
|
|
"shape": "round"
|
|
},
|
|
"variety": [
|
|
{
|
|
"name": "red delicious"
|
|
},
|
|
{
|
|
"name": "granny smith"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "banana",
|
|
"variety": [
|
|
{
|
|
"name": "plantain"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|