Created
July 12, 2019 10:25
-
-
Save harryandriyan/c87c924fee97e0cacf65292972c6b5d3 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"title":"Elementary", | |
"schools":[ | |
{ | |
"school_name":"Eanes", | |
"school_category":"Elementary", | |
"school_district":"Eanes Isd" | |
}, | |
{ | |
"school_name":"Barton Hills", | |
"school_category":"Elementary", | |
"school_district":"Austin Isd" | |
}, | |
{ | |
"school_name":"Eanes Elementary School", | |
"school_category":"Elementary", | |
"school_district":"113 - Eanes" | |
} | |
] | |
}, | |
{ | |
"title":"Middle School", | |
"schools":[ | |
{ | |
"school_name":"Hill Country Middle School", | |
"school_category":"Middle", | |
"school_district":"113 - Eanes" | |
} | |
] | |
}, | |
{ | |
"title":"High School", | |
"schools":[ | |
{ | |
"school_name":"Westlake", | |
"school_category":"High", | |
"school_district":"Eanes Isd" | |
}, | |
{ | |
"school_name":"Austin", | |
"school_category":"High", | |
"school_district":"Austin Isd" | |
}, | |
{ | |
"school_name":"Westlake High School", | |
"school_category":"High", | |
"school_district":"113 - Eanes" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment