Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var things = [{
- "slug": "beds",
- "title": "Beds",
- "items": [{
- "title": "Full/Double Mattress",
- "slug": "fulldouble-mattress",
- "images": true,
- "shorthand": "FMat",
- "price": 20
- }, {
- "title": "Ikea Mattress",
- "slug": "ikea-mattress",
- "images": false,
- "shorthand": "IkeaMat",
- "price": 20
- }, {
- "title": "King Mattress",
- "slug": "king-mattress",
- "images": false,
- "shorthand": "KMat",
- "price": 35
- }, {
- "title": "Queen Mattress",
- "slug": "queen-mattress",
- "images": false,
- "shorthand": "QMat",
- "price": 30
- }, {
- "title": "Twin/Single Mattress",
- "slug": "twinsingle-mattress",
- "images": false,
- "shorthand": "TwinMat",
- "price": 15
- }]
- }, {
- "slug": "bagssuitcases",
- "title": "Bags/Suitcases",
- "items": [{
- "title": "Small Suitcase",
- "slug": "small-suitcase-carry-on",
- "images": false,
- "shorthand": "SmSuitcs",
- "price": 5
- }, {
- "title": "Large Suitcase",
- "slug": "large-suitcase-larger-than-2ft-x-2ft-x-2ft",
- "images": false,
- "shorthand": "LgSuitcs",
- "price": 10
- }, {
- "title": "Garbage Bag",
- "slug": "garbage-bag-soft-items-only-please",
- "images": true,
- "shorthand": "GrbgBg",
- "price": 5
- }]
- }, {
- "slug": "chairs",
- "title": "Chairs",
- "items": [{
- "title": "Recliner",
- "slug": "recliner",
- "images": false,
- "shorthand": "Rclnr",
- "price": 15
- }, {
- "title": "Dining Chair",
- "slug": "dining-chair",
- "images": false,
- "shorthand": "DinChr",
- "price": 5
- }]
- }, {
- "slug": "boxesbins",
- "title": "Boxes/Bins",
- "items": [{
- "title": "Small Box",
- "slug": "small-box",
- "images": false,
- "shorthand": "SmBx",
- "price": 5
- }, {
- "title": "Medium Box",
- "slug": "medium-box",
- "images": false,
- "shorthand": "MedBx",
- "price": 5
- }, {
- "title": "Large Box",
- "slug": "large-box-18x18x18",
- "images": false,
- "shorthand": "LgBx",
- "price": 10
- }, {
- "title": "Book Box",
- "slug": "book-box",
- "images": false,
- "shorthand": "BookBx",
- "price": 5
- }]
- }, {
- "slug": "desks",
- "title": "Desks",
- "items": [{
- "title": "Large Desk",
- "slug": "large-desk",
- "images": false,
- "shorthand": "LgDsk",
- "price": 50
- }, {
- "title": "Medium Desk",
- "slug": "medium-desk",
- "images": false,
- "shorthand": "MedDsk",
- "price": 40
- }, {
- "title": "Small Desk",
- "slug": "small-desk",
- "images": false,
- "shorthand": "SmDsk",
- "price": 25
- }]
- }, {
- "slug": "dressers",
- "title": "Dressers",
- "items": [{
- "title": "Small Dresser",
- "slug": "small-dresser",
- "images": false,
- "shorthand": "SmDrsr",
- "price": 30
- }, {
- "title": "Medium Dresser",
- "slug": "medium-dresser",
- "images": false,
- "shorthand": "MedDrsr",
- "price": 40
- }, {
- "title": "Large Dresser",
- "slug": "large-dresser",
- "images": false,
- "shorthand": "LgDrsr",
- "price": 50
- }]
- }, {
- "slug": "sofas",
- "title": "Sofas",
- "items": [{
- "title": "Standard Sofa",
- "slug": "standard-sofa",
- "images": false,
- "shorthand": "Sofa",
- "price": 60
- }, {
- "title": "Love Seat",
- "slug": "love-seat",
- "images": false,
- "shorthand": "LvSeat",
- "price": 40
- }]
- }, {
- "slug": "tables",
- "title": "Tables",
- "items": [{
- "title": "Coffee Table",
- "slug": "coffee-table",
- "images": false,
- "shorthand": "CffTbl",
- "price": 15
- }, {
- "title": "Kitchen Table",
- "slug": "kitchen-table",
- "images": false,
- "shorthand": "KitchTbl",
- "price": 20
- }]
- }, ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement