Skip to content

Instantly share code, notes, and snippets.

@adam-e-trepanier
Created July 11, 2011 13:30
Show Gist options
  • Save adam-e-trepanier/1075840 to your computer and use it in GitHub Desktop.
Save adam-e-trepanier/1075840 to your computer and use it in GitHub Desktop.
JSON strings (for now)
{\"beverage\":
{
\"approved\":null,
\"created_at\":\"2011-07-11T13:24:08Z\",
\"description\":\"The king of beers\",
\"id\":1,
\"name\":\"Bud Light\",
\"producer\":\"Anheuser-Busch\",
\"updated_at\":\"2011-07-11T13:24:08Z\"
}
}
{\"food\":
{
\"created_at\":null,
\"description\":null,
\"name\":null,
\"restaurant_id\":null,
\"updated_at\":null
}
}
{
\"restaurant\":
{
\"created_at\":null,
\"description\":null,
\"name\":null,
\"updated_at\":null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment