Last active
December 14, 2015 10:39
-
-
Save boxxxie/5073518 to your computer and use it in GitHub Desktop.
school input
validated at http://jsonlint.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "North Preparatory Junior School", | |
"description":"some longer description of the place in question", | |
"href": "www.tdsb.on.ca/schools/index.asp?schno=5336", | |
"address": { | |
"street": "some nice street name", | |
"city": "toronto", | |
"country": "canada", | |
"phone_number":"905 905 9055", | |
"postal_code": "l5b4g8", | |
"longitude": 23.23423423, | |
"latitude": 21.234234 | |
}, | |
"tags": [ | |
{ | |
"category": "type", | |
"sub_category": "school" | |
}, | |
{ | |
"category": "school type", | |
"sub_category": "public" | |
}, | |
{ | |
"category": "school level", | |
"sub_category": "elementary" | |
}, | |
{ | |
"category": "school level", | |
"sub_category": "intermediate" | |
}, | |
{ | |
"category": "walk score", | |
"sub_category": 90 | |
} | |
], | |
"images": [ | |
"url", | |
"url" | |
] | |
}, | |
{ | |
"name": "North Preparatory Junior School", | |
"href": "www.tdsb.on.ca/schools/index.asp?schno=5336", | |
"tags": [ | |
{ | |
"category": "type", | |
"sub_category": "school" | |
}, | |
{ | |
"category": "school type", | |
"sub_category": "public" | |
}, | |
{ | |
"category": "school level", | |
"sub_category": "elementary" | |
}, | |
{ | |
"category": "walk score", | |
"sub_category": 90 | |
} | |
], | |
"images": [ | |
"url", | |
"url" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment