Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Forked from meatballhat/response.json
Last active December 27, 2015 19:29
Show Gist options
  • Save steveklabnik/7377896 to your computer and use it in GitHub Desktop.
Save steveklabnik/7377896 to your computer and use it in GitHub Desktop.
{
"links": [
"foos.images.url": "https://some-s3-bucket/foo/bar/{images_id}"
],
"foos": [
"bar": "qwwx",
"hams": [
1,
2
],
"images": [
{
"id":"LOLOLOLOLOL-wtf-something.jpg"
},
{
"id":"YUPYUP-getit-another.jpg"
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment