example
Anonymous
json
02/24/2021 8:57 PM
560 B
87
Indexable
"cities":
[
{
"name" : 'NYC',
"neighbourhoods":
{
"buildings":
[
{
"grade": "A",
},
{
"grade": "B"
},
{
"grade": "C"
}
]
}
},
{
"name" : 'CHICAGO',
"neighbourhoods":
{
"buildings":
[
{
"grade": "D",
},
{
"grade": "E"
},
{
"grade": "F"
}
]
}
}
]Editor is loading...