web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

products.json (3755B)


      1 {
      2     "default": {
      3         "process": {
      4             "dried": "Dried",
      5             "natural": "Natural",
      6             "roasted": "Roasted"
      7         }
      8     },
      9     "key": {
     10         "cacao": {
     11             "name": "Cacao",
     12             "process": {
     13                 "chocolate": "Chocolate",
     14                 "cocoa_butter": "Cocoa Butter",
     15                 "cocoa_powder": "Cocoa Powder",
     16                 "dried": "Dried",
     17                 "fermented": "Fermented",
     18                 "raw": "Raw",
     19                 "roasted": "Roasted"
     20             }
     21         },
     22         "coffee": {
     23             "name": "Coffee",
     24             "process": {
     25                 "carbonic_maceration": "Carbonic Maceration",
     26                 "dry": "Dry",
     27                 "honey": "Honey",
     28                 "natural": "Natural",
     29                 "pulped_natural": "Pulped Natural",
     30                 "semi_washed": "Semi-Washed",
     31                 "washed": "Washed",
     32                 "wet_hulled": "Wet-Hulled"
     33             },
     34             "profile": {
     35                 "apricot": "Apricot",
     36                 "banana": "Banana",
     37                 "bergamot": "Bergamot",
     38                 "berry": "Berry",
     39                 "black cherry": "Black Cherry",
     40                 "black currant": "Black Currant",
     41                 "black tea": "Black Tea",
     42                 "blueberry": "Blueberry",
     43                 "brown sugar": "Brown Sugar",
     44                 "caramel": "Caramel",
     45                 "cherry": "Cherry",
     46                 "chocolate": "Chocolate",
     47                 "cola": "Cola",
     48                 "cranberry": "Cranberry",
     49                 "ctrius": "Ctrius",
     50                 "dark chocolate": "Dark Chocolate",
     51                 "dried dates": "Dried Dates",
     52                 "dried fig": "Dried Fig",
     53                 "golden raisin": "Golden Raisin",
     54                 "grape": "Grape",
     55                 "grapefruit": "Grapefruit",
     56                 "green apple": "Green Apple",
     57                 "green grape": "Green Grape",
     58                 "green tea": "Green Tea",
     59                 "jasmine honeysuckle": "Jasmine Honeysuckle",
     60                 "lemon": "Lemon",
     61                 "licorice/anise": "Licorice/Anise",
     62                 "lychee": "Lychee",
     63                 "magnolia": "Magnolia",
     64                 "mandarin": "Mandarin",
     65                 "mango": "Mango",
     66                 "maple syrup": "Maple Syrup",
     67                 "marshmallow": "Marshmallow",
     68                 "milk chocolate": "Milk Chocolate",
     69                 "natural": "Natural",
     70                 "nectarine": "Nectarine",
     71                 "nougat": "Nougat",
     72                 "nut": "Nut",
     73                 "orange": "Orange",
     74                 "orange blossom": "Orange Blossom",
     75                 "peach": "Peach",
     76                 "pineapple": "Pineapple",
     77                 "plum": "Plum",
     78                 "prune": "Prune",
     79                 "raisin": "Raisin",
     80                 "raspberry": "Raspberry",
     81                 "red apple": "Red Apple",
     82                 "red currant": "Red Currant",
     83                 "red grape": "Red Grape",
     84                 "roses": "Roses",
     85                 "star fruit": "Star Fruit",
     86                 "stronefruit": "Stronefruit",
     87                 "sugar cane": "Sugar Cane",
     88                 "sweet bread pastry": "Sweet Bread Pastry",
     89                 "tamarind": "Tamarind",
     90                 "tropical fruit": "Tropical Fruit",
     91                 "vanilla": "Vanilla",
     92                 "white grape": "White Grape"
     93             }
     94         },
     95         "maca": {
     96             "name": "Maca",
     97             "process": {
     98                 "capsules": "Capsules",
     99                 "gelatinized": "Gelatinized",
    100                 "powdered": "Powdered",
    101                 "raw": "Raw",
    102                 "roasted": "Roasted"
    103             }
    104         }
    105     }
    106 }