example
unknown
json
5 years ago
419 B
64
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...