Skip to content

Instantly share code, notes, and snippets.

@trobrock
Created July 1, 2014 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trobrock/4923fc88995c31f590fb to your computer and use it in GitHub Desktop.
Save trobrock/4923fc88995c31f590fb to your computer and use it in GitHub Desktop.
{
"companies": [
{
"id": 1,
"name": "420...",
"street": "420 Kush St.",
"city": "Seattle",
"state": "WA",
"zip_code": "12345"
}
],
"user": {
"id": 1,
"email": "test@example.com",
"token": "1234567890",
"company_id": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment