{ "shirts": [{ "colors": [ "red" ], "red": [{ "pants": [ "navy", "khaki" ], "sweaters": [ "navy", "grey" ], "ties": [ "all" ] }, [ "Red Flannel", "That Other Red Flannel" ] ] }], "pants": [{ "colors": [ "khaki", "navy" ], "khaki": [{ "sweaters": [ "navy", "grey" ], "shoes": [ "brown" ], "ties": [ "all" ] }, [ "Light Khaki", "Dark Khaki" ] ], "navy": [{ "sweaters": [ "grey" ], "shoes": [ "tan" ], "ties": [ "all" ] }, [ "Navy Khaki" ] ] }], "sweaters": [{ "colors": [ "navy", "grey" ], "navy": [{ "ties": [ "all" ] }, [ "Navy Wool Crewneck" ] ], "grey": [{ "ties": [ "all" ] }, [ "Grey V-Neck", "Grey Wool Fair Isle" ] ] }], "shoes": [{ "colors": [ "brown", "tan" ], "tan": [ [ "Tan Desert Boots", "Tan Sperry Topsiders" ] ], "brown": [ [ "Brown Desert Boots", "Brown Suede Desert Boots" ] ] }], "ties": [{ "colors": [ "navy", "striped_navy" ], "navy": [ [ "Anchor Tie" ] ], "striped_navy": [ [ "Striped Blue/Navy Tie" ] ] }] }