Created
July 1, 2014 17:49
-
-
Save trobrock/4923fc88995c31f590fb 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
{ | |
"companies": [ | |
{ | |
"id": 1, | |
"name": "420...", | |
"street": "420 Kush St.", | |
"city": "Seattle", | |
"state": "WA", | |
"zip_code": "12345" | |
} | |
], | |
"user": { | |
"id": 1, | |
"email": "[email protected]", | |
"token": "1234567890", | |
"company_id": 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment