{
  "currentSneakers": {
    "shoe": [
      {
        "brand": "Nike",
        "line": "Air",
        "model": "Waffle One",
        "priColor": "Blue",
        "secColor": "Black",
        "size": 9,
        "marketPrice": "$67",
        "age": 12,
        "img": "https://sneakerbardetroit.com/wp-content/uploads/2021/04/Nike-Waffle-One-Royal-DA7995-400-Release-Date.jpg"
      },
      {
        "brand": "Nike",
        "line": "React",
        "model": "Element 87",
        "priColor": "Black",
        "secColor": "Blue",
        "size": 9,
        "marketPrice": "$142",
        "age": 24,
        "img": "https://static.nike.com/a/images/t_prod_ss/w_960,c_limit,f_auto/lyrp3fxg5fvhk1auof8v/nike-react-element-87-solar-red-black-blue-chill-release-date.jpg"
      },
      {
        "brand": "Nike",
        "line": "Air",
        "model": "VaporMax",
        "priColor": "Grey",
        "secColor": "Yellow",
        "size": 9,
        "marketPrice": "$130",
        "age": 16,
        "img": "https://m.media-amazon.com/images/I/61QQ36AXqQL._AC_UY395_.jpg"
      },
      {
        "brand": "Nike",
        "line": "Jordan",
        "model": "Retro 4",
        "priColor": "White",
        "secColor": "Red",
        "size": 9.5,
        "marketPrice": "$395",
        "age": 12,
        "img": "https://i.pinimg.com/originals/56/ed/3a/56ed3aff8c75576bb837f752c83d8435.jpg"
      },
      {
        "brand": "Adidas",
        "line": "Yeezy",
        "model": 700,
        "priColor": "Grey",
        "secColor": "Black",
        "size": 9,
        "marketPrice": "$360",
        "age": 0,
        "img": "https://images.stockx.com/images/adidas-Yeezy-Wave-Runner-700-Solid-Grey-Product.jpg"
      }
    ]
  }
}