Skip to content

Instantly share code, notes, and snippets.

@markymc
Created May 18, 2012 00:21
Show Gist options
  • Save markymc/2722417 to your computer and use it in GitHub Desktop.
Save markymc/2722417 to your computer and use it in GitHub Desktop.
Papersky Catalog JSON structure
{
catalog: {
title: "title here",
subtitle: "subtitle here",
catalog_items: [
{
title: "item title",
subtitle: "item subtitle",
image_url: "http://url.com",
item_url: "http://url.com",
url_button_title: "button title",
order: 1
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment