Created
August 20, 2014 17:29
-
-
Save davidbegin/264e9ef673b8198294b7 to your computer and use it in GitHub Desktop.
Contractor JSON
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
[{ | |
"identifier": "111111", | |
"name":"ABC Heating and Cooling", | |
"contact":{"phone":"", | |
"email":"", | |
"address":{"street1":"3266 Investment Blvd", | |
"city":"Hayward", | |
"state":"CA", | |
"zipcode":"94545" | |
} | |
}, | |
"licensing_organization":"CSLB", | |
"license_number":"111111" | |
}, | |
{ | |
"identifier": "222222", | |
"name":"Advanced Home Energy", | |
"contact":{"phone":"", | |
"email":"", | |
"address":{"street1":"1356 South 50th St", | |
"city":"Richmond", | |
"state":"CA", | |
"zipcode":"94804" | |
} | |
}, | |
"licensing_organization":"CSLB", | |
"license_number":"222222" | |
}, | |
{ | |
"identifier": "123456", | |
"name":"REC Solar", | |
"contact":{"phone":"", | |
"email":"", | |
"address":{"street1":"2300 Zanker Rd Unit F", | |
"city":"San Jose", | |
"state":"CA", | |
"zipcode":"95131" | |
} | |
}, | |
"licensing_organization":"CSLB", | |
"license_number":"123456" | |
}, | |
{ | |
"identifier": "112358", | |
"name":"Service Champions", | |
"contact":{"phone":"", | |
"email":"", | |
"address":{"street1":"7020 Commerce Drive Suite E", | |
"city":"Pleasanton", | |
"state":"CA", | |
"zipcode":"94588" | |
} | |
}, | |
"licensing_organization":"CSLB", | |
"license_number":"112358" | |
}, | |
{ | |
"identifier": "098765", | |
"name":"Quality First Home Improvements", | |
"contact":{"phone":"", | |
"email":"", | |
"address":{"street1":"6545 Sunrise Blvd. Suite 202", | |
"city":"Citrus Heights", | |
"state":"CA", | |
"zipcode":"95610" | |
} | |
}, | |
"licensing_organization":"CSLB", | |
"license_number":"098765" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment