Skip to content

Instantly share code, notes, and snippets.

@staycreativedesign
Created September 14, 2017 16:15
Show Gist options
  • Select an option

  • Save staycreativedesign/3cf72ab43799dfb5214820eb8afb0115 to your computer and use it in GitHub Desktop.

Select an option

Save staycreativedesign/3cf72ab43799dfb5214820eb8afb0115 to your computer and use it in GitHub Desktop.
[
{
"id": 0,
"name": "comida",
"price": 0.99,
"description": "this is the description",
"deckImage": "https://images-assets.nasa.gov/image/PIA08653/PIA08653~small.jpg",
"deckBgImage": "this is a UIImage",
"bought": false,
"cards": [
{
"name": "card name 1"
},
{
"name": "card name 2"
},
{
"name": "card name 3"
}
]
},
{
"id": 1,
"name": "comida",
"price": 0.99,
"description": "this is the description",
"deckImage": "https://images-assets.nasa.gov/image/PIA08653/PIA08653~small.jpg",
"deckBgImage": "this is a UIImage",
"bought": false,
"cards": [
{
"name": "card name 1"
},
{
"name": "card name 2"
},
{
"name": "card name 3"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment