example

 avatar
unknown
json
4 years ago
419 B
53
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...