Created
May 24, 2015 14:29
-
-
Save vschmidt94/91bfd50d9bb45d3478ae to your computer and use it in GitHub Desktop.
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
{ | |
"Database": { | |
"Companies": [ | |
{ | |
"cmp_id": "1", | |
"cmp_name": "Albany-Corvallis ReUseIt", | |
"cmp_address1": "online-only", | |
"cmp_address2": "", | |
"cmp_city": "Albany-Corvallis", | |
"cmp_state": "OR", | |
"cmp_zip": "", | |
"cmp_phone": "", | |
"cmp_email": "", | |
"cmp_website": "groups.yahoo.com", | |
"cmp_notes": "Online-only group for posting free items", | |
"cmp_recycle_flag": "1", | |
"cmp_repair_flag": "0" | |
}, | |
{ | |
"cmp_id": "2", | |
"cmp_name": "Arc Thrift Stores", | |
"cmp_address1": "NW Beca", | |
"cmp_address2": "", | |
"cmp_city": "Corvallis", | |
"cmp_state": "OR", | |
"cmp_zip": "", | |
"cmp_phone": "", | |
"cmp_email": "", | |
"cmp_website": "", | |
"cmp_notes": "Stores in Corvallis and Philomath", | |
"cmp_recycle_flag": "1", | |
"cmp_repair_flag": "0" | |
}, | |
<--------- SNIP the rest of the company records REMOVED -------> | |
], | |
"Categories": [ | |
{ | |
"cat_id": "1", | |
"cat_name": "Appliances, Large", | |
"cat_descr": "", | |
"cat_notes": "" | |
}, | |
{ | |
"cat_id": "2", | |
"cat_name": "Appliances, Small", | |
"cat_descr": "", | |
"cat_notes": "" | |
}, | |
<------ SNIP rest of category records REMOVED --------> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment