Mon Jun 25 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
{  
  "crates": {
    "shower": {
      "price": 5.99,
      "items": [ "1 shampoo", "1 conditioner", "1 soap", "1 shower cap" ]
    },
    "grooming": {
      "price": 4.99,
      "items": [ "2 razors", "2 body shaving gels", "1 facial shaving cream" ]
    },
    "smiley": {
      "price": 3.99,
      "items": ["2 toothbrushes", "2 tothpastes"]
    }
  }
}