Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created March 18, 2013 19:09
Show Gist options
  • Save silentworks/5189903 to your computer and use it in GitHub Desktop.
Save silentworks/5189903 to your computer and use it in GitHub Desktop.
## Current data
[
{
"id": 1,
"caption": "My Latest",
"filename": "2010-11-30 13.13.39.jpg",
"display": 1,
"created_at": "0000-00-00 00:00:00",
"updated_at": "0000-00-00 00:00:00"
}
]
## Expecting
{
"id": 1,
"caption": "My Latest",
"filename": "2010-11-30 13.13.39.jpg",
"display": 1,
"created_at": "0000-00-00 00:00:00",
"updated_at": "0000-00-00 00:00:00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment