{
"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"]
}
}
}