Skip to content

Instantly share code, notes, and snippets.

@davidbegin
Created August 20, 2014 17:29
Show Gist options
  • Save davidbegin/264e9ef673b8198294b7 to your computer and use it in GitHub Desktop.
Save davidbegin/264e9ef673b8198294b7 to your computer and use it in GitHub Desktop.
Contractor JSON
[{
"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