Skip to content

Instantly share code, notes, and snippets.

@sgnl

sgnl/items.json Secret

Created October 3, 2015 03:47
Show Gist options
  • Save sgnl/875180239a94e9fb4e91 to your computer and use it in GitHub Desktop.
Save sgnl/875180239a94e9fb4e91 to your computer and use it in GitHub Desktop.
shopping cart items
[
{ "name": "Lusicious Jello Mix", "description": ["Very Elegant", "Trending item", "Come in Purple"], "price": 80.65 },
{ "name": "Tarnished Standing Desk", "description": ["Modular", "Works for both Tall and Loud People", "Smells like Productivity"], "price": 1654.99},
{ "name": "Hand-made Hand Grenades", "description": ["Such gift!", "Much boom!", "Very safe for kids"], "price": 10.44},
{ "name": "Pan-fried Cookie Dough", "description": ["Chocolate", "Family-size", "Hot Mess"], "price": 16.99 },
{ "name": "Fancy Dress Hanger", "description": ["Keep organized", "On Sale"], "price": 67.32 },
{ "name": "Snarky Britsh Mustache 3-Pack", "description": ["Sharing is caring!", "Hugs not drugs", "As seen on 'So You Think You Can Dance - Nigeria!'"], "price": 1.99 },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment