ndb-ruby 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/.codeclimate.yml +11 -0
 - data/.gitignore +9 -0
 - data/.rubocop.yml +1055 -0
 - data/.travis.yml +4 -0
 - data/CODE_OF_CONDUCT.md +13 -0
 - data/Gemfile +4 -0
 - data/LICENSE.txt +21 -0
 - data/README.md +80 -0
 - data/Rakefile +4 -0
 - data/bin/console +14 -0
 - data/bin/setup +7 -0
 - data/lib/ndb-ruby.rb +41 -0
 - data/lib/ndb/food_report.rb +13 -0
 - data/lib/ndb/list.rb +21 -0
 - data/lib/ndb/nutrient_report.rb +21 -0
 - data/lib/ndb/search.rb +24 -0
 - data/lib/ndb/version.rb +3 -0
 - data/ndb-ruby.gemspec +32 -0
 - data/spec/fixtures/vcr_cassettes/food_report_ndbno.yml +766 -0
 - data/spec/fixtures/vcr_cassettes/food_report_type.yml +1278 -0
 - data/spec/fixtures/vcr_cassettes/list_max.yml +574 -0
 - data/spec/fixtures/vcr_cassettes/list_offset.yml +324 -0
 - data/spec/fixtures/vcr_cassettes/list_sort.yml +324 -0
 - data/spec/fixtures/vcr_cassettes/list_type.yml +324 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_food_group.yml +829 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_max.yml +1576 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_ndbno.yml +89 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_nutrients.yml +824 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_offset.yml +824 -0
 - data/spec/fixtures/vcr_cassettes/nutrient_report_subset.yml +826 -0
 - data/spec/fixtures/vcr_cassettes/search_all_foods.yml +375 -0
 - data/spec/fixtures/vcr_cassettes/search_food_group.yml +375 -0
 - data/spec/fixtures/vcr_cassettes/search_max_rows.yml +675 -0
 - data/spec/fixtures/vcr_cassettes/search_query.yml +375 -0
 - data/spec/fixtures/vcr_cassettes/search_sort_name.yml +213 -0
 - data/spec/ndb/food_report_spec.rb +19 -0
 - data/spec/ndb/list_spec.rb +33 -0
 - data/spec/ndb/nutrient_report_spec.rb +49 -0
 - data/spec/ndb/search_spec.rb +59 -0
 - data/spec/ndb_spec.rb +13 -0
 - data/spec/spec_helper.rb +21 -0
 - metadata +211 -0
 
| 
         @@ -0,0 +1,675 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            http_interactions:
         
     | 
| 
      
 3 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: get
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: http://api.nal.usda.gov/ndb/search?api_key=DEMO_KEY&fg=&format=JSON&max=100&offset=0&q=&sort=r
         
     | 
| 
      
 6 
     | 
    
         
            +
                body:
         
     | 
| 
      
 7 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 8 
     | 
    
         
            +
                  string: ''
         
     | 
| 
      
 9 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 10 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 11 
     | 
    
         
            +
                  - Faraday v0.9.1
         
     | 
| 
      
 12 
     | 
    
         
            +
                  Accept-Encoding:
         
     | 
| 
      
 13 
     | 
    
         
            +
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
      
 14 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - "*/*"
         
     | 
| 
      
 16 
     | 
    
         
            +
              response:
         
     | 
| 
      
 17 
     | 
    
         
            +
                status:
         
     | 
| 
      
 18 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 19 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 20 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 21 
     | 
    
         
            +
                  Accept-Ranges:
         
     | 
| 
      
 22 
     | 
    
         
            +
                  - bytes
         
     | 
| 
      
 23 
     | 
    
         
            +
                  Access-Control-Allow-Credentials:
         
     | 
| 
      
 24 
     | 
    
         
            +
                  - 'true'
         
     | 
| 
      
 25 
     | 
    
         
            +
                  Access-Control-Allow-Headers:
         
     | 
| 
      
 26 
     | 
    
         
            +
                  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type
         
     | 
| 
      
 27 
     | 
    
         
            +
                  Access-Control-Allow-Methods:
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - GET, POST, OPTIONS
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Access-Control-Allow-Origin:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - "*"
         
     | 
| 
      
 31 
     | 
    
         
            +
                  Age:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - '0'
         
     | 
| 
      
 33 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - application/json;charset=UTF-8
         
     | 
| 
      
 35 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - Sun, 27 Sep 2015 00:52:10 GMT
         
     | 
| 
      
 37 
     | 
    
         
            +
                  Location:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - ''
         
     | 
| 
      
 39 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - nginx
         
     | 
| 
      
 41 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - Accept-Encoding
         
     | 
| 
      
 43 
     | 
    
         
            +
                  Via:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 1.1 varnish-v4
         
     | 
| 
      
 45 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - MISS
         
     | 
| 
      
 47 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  - '1000'
         
     | 
| 
      
 49 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 50 
     | 
    
         
            +
                  - '978'
         
     | 
| 
      
 51 
     | 
    
         
            +
                  X-Varnish:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  - '42211378'
         
     | 
| 
      
 53 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 54 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 55 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 56 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 57 
     | 
    
         
            +
                body:
         
     | 
| 
      
 58 
     | 
    
         
            +
                  encoding: ASCII-8BIT
         
     | 
| 
      
 59 
     | 
    
         
            +
                  string: |-
         
     | 
| 
      
 60 
     | 
    
         
            +
                    {
         
     | 
| 
      
 61 
     | 
    
         
            +
                        "list": {
         
     | 
| 
      
 62 
     | 
    
         
            +
                            "q": "",
         
     | 
| 
      
 63 
     | 
    
         
            +
                            "sr": "27",
         
     | 
| 
      
 64 
     | 
    
         
            +
                            "start": 0,
         
     | 
| 
      
 65 
     | 
    
         
            +
                            "end": 100,
         
     | 
| 
      
 66 
     | 
    
         
            +
                            "total": 8618,
         
     | 
| 
      
 67 
     | 
    
         
            +
                            "group": "",
         
     | 
| 
      
 68 
     | 
    
         
            +
                            "sort": "r",
         
     | 
| 
      
 69 
     | 
    
         
            +
                            "item": [
         
     | 
| 
      
 70 
     | 
    
         
            +
                                {
         
     | 
| 
      
 71 
     | 
    
         
            +
                                    "offset": 0,
         
     | 
| 
      
 72 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 73 
     | 
    
         
            +
                                    "name": "Butter, salted",
         
     | 
| 
      
 74 
     | 
    
         
            +
                                    "ndbno": "01001"
         
     | 
| 
      
 75 
     | 
    
         
            +
                                },
         
     | 
| 
      
 76 
     | 
    
         
            +
                                {
         
     | 
| 
      
 77 
     | 
    
         
            +
                                    "offset": 1,
         
     | 
| 
      
 78 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 79 
     | 
    
         
            +
                                    "name": "Butter, whipped, with salt",
         
     | 
| 
      
 80 
     | 
    
         
            +
                                    "ndbno": "01002"
         
     | 
| 
      
 81 
     | 
    
         
            +
                                },
         
     | 
| 
      
 82 
     | 
    
         
            +
                                {
         
     | 
| 
      
 83 
     | 
    
         
            +
                                    "offset": 2,
         
     | 
| 
      
 84 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 85 
     | 
    
         
            +
                                    "name": "Butter oil, anhydrous",
         
     | 
| 
      
 86 
     | 
    
         
            +
                                    "ndbno": "01003"
         
     | 
| 
      
 87 
     | 
    
         
            +
                                },
         
     | 
| 
      
 88 
     | 
    
         
            +
                                {
         
     | 
| 
      
 89 
     | 
    
         
            +
                                    "offset": 3,
         
     | 
| 
      
 90 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 91 
     | 
    
         
            +
                                    "name": "Cheese, blue",
         
     | 
| 
      
 92 
     | 
    
         
            +
                                    "ndbno": "01004"
         
     | 
| 
      
 93 
     | 
    
         
            +
                                },
         
     | 
| 
      
 94 
     | 
    
         
            +
                                {
         
     | 
| 
      
 95 
     | 
    
         
            +
                                    "offset": 4,
         
     | 
| 
      
 96 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 97 
     | 
    
         
            +
                                    "name": "Cheese, brick",
         
     | 
| 
      
 98 
     | 
    
         
            +
                                    "ndbno": "01005"
         
     | 
| 
      
 99 
     | 
    
         
            +
                                },
         
     | 
| 
      
 100 
     | 
    
         
            +
                                {
         
     | 
| 
      
 101 
     | 
    
         
            +
                                    "offset": 5,
         
     | 
| 
      
 102 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 103 
     | 
    
         
            +
                                    "name": "Cheese, brie",
         
     | 
| 
      
 104 
     | 
    
         
            +
                                    "ndbno": "01006"
         
     | 
| 
      
 105 
     | 
    
         
            +
                                },
         
     | 
| 
      
 106 
     | 
    
         
            +
                                {
         
     | 
| 
      
 107 
     | 
    
         
            +
                                    "offset": 6,
         
     | 
| 
      
 108 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 109 
     | 
    
         
            +
                                    "name": "Cheese, camembert",
         
     | 
| 
      
 110 
     | 
    
         
            +
                                    "ndbno": "01007"
         
     | 
| 
      
 111 
     | 
    
         
            +
                                },
         
     | 
| 
      
 112 
     | 
    
         
            +
                                {
         
     | 
| 
      
 113 
     | 
    
         
            +
                                    "offset": 7,
         
     | 
| 
      
 114 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 115 
     | 
    
         
            +
                                    "name": "Cheese, caraway",
         
     | 
| 
      
 116 
     | 
    
         
            +
                                    "ndbno": "01008"
         
     | 
| 
      
 117 
     | 
    
         
            +
                                },
         
     | 
| 
      
 118 
     | 
    
         
            +
                                {
         
     | 
| 
      
 119 
     | 
    
         
            +
                                    "offset": 8,
         
     | 
| 
      
 120 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 121 
     | 
    
         
            +
                                    "name": "Cheese, cheddar",
         
     | 
| 
      
 122 
     | 
    
         
            +
                                    "ndbno": "01009"
         
     | 
| 
      
 123 
     | 
    
         
            +
                                },
         
     | 
| 
      
 124 
     | 
    
         
            +
                                {
         
     | 
| 
      
 125 
     | 
    
         
            +
                                    "offset": 9,
         
     | 
| 
      
 126 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 127 
     | 
    
         
            +
                                    "name": "Cheese, cheshire",
         
     | 
| 
      
 128 
     | 
    
         
            +
                                    "ndbno": "01010"
         
     | 
| 
      
 129 
     | 
    
         
            +
                                },
         
     | 
| 
      
 130 
     | 
    
         
            +
                                {
         
     | 
| 
      
 131 
     | 
    
         
            +
                                    "offset": 10,
         
     | 
| 
      
 132 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 133 
     | 
    
         
            +
                                    "name": "Cheese, colby",
         
     | 
| 
      
 134 
     | 
    
         
            +
                                    "ndbno": "01011"
         
     | 
| 
      
 135 
     | 
    
         
            +
                                },
         
     | 
| 
      
 136 
     | 
    
         
            +
                                {
         
     | 
| 
      
 137 
     | 
    
         
            +
                                    "offset": 11,
         
     | 
| 
      
 138 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 139 
     | 
    
         
            +
                                    "name": "Cheese, cottage, creamed, large or small curd",
         
     | 
| 
      
 140 
     | 
    
         
            +
                                    "ndbno": "01012"
         
     | 
| 
      
 141 
     | 
    
         
            +
                                },
         
     | 
| 
      
 142 
     | 
    
         
            +
                                {
         
     | 
| 
      
 143 
     | 
    
         
            +
                                    "offset": 12,
         
     | 
| 
      
 144 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 145 
     | 
    
         
            +
                                    "name": "Cheese, cottage, creamed, with fruit",
         
     | 
| 
      
 146 
     | 
    
         
            +
                                    "ndbno": "01013"
         
     | 
| 
      
 147 
     | 
    
         
            +
                                },
         
     | 
| 
      
 148 
     | 
    
         
            +
                                {
         
     | 
| 
      
 149 
     | 
    
         
            +
                                    "offset": 13,
         
     | 
| 
      
 150 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 151 
     | 
    
         
            +
                                    "name": "Cheese, cottage, nonfat, uncreamed, dry, large or small curd",
         
     | 
| 
      
 152 
     | 
    
         
            +
                                    "ndbno": "01014"
         
     | 
| 
      
 153 
     | 
    
         
            +
                                },
         
     | 
| 
      
 154 
     | 
    
         
            +
                                {
         
     | 
| 
      
 155 
     | 
    
         
            +
                                    "offset": 14,
         
     | 
| 
      
 156 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 157 
     | 
    
         
            +
                                    "name": "Cheese, cottage, lowfat, 2% milkfat",
         
     | 
| 
      
 158 
     | 
    
         
            +
                                    "ndbno": "01015"
         
     | 
| 
      
 159 
     | 
    
         
            +
                                },
         
     | 
| 
      
 160 
     | 
    
         
            +
                                {
         
     | 
| 
      
 161 
     | 
    
         
            +
                                    "offset": 15,
         
     | 
| 
      
 162 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 163 
     | 
    
         
            +
                                    "name": "Cheese, cottage, lowfat, 1% milkfat",
         
     | 
| 
      
 164 
     | 
    
         
            +
                                    "ndbno": "01016"
         
     | 
| 
      
 165 
     | 
    
         
            +
                                },
         
     | 
| 
      
 166 
     | 
    
         
            +
                                {
         
     | 
| 
      
 167 
     | 
    
         
            +
                                    "offset": 16,
         
     | 
| 
      
 168 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 169 
     | 
    
         
            +
                                    "name": "Cheese, cream",
         
     | 
| 
      
 170 
     | 
    
         
            +
                                    "ndbno": "01017"
         
     | 
| 
      
 171 
     | 
    
         
            +
                                },
         
     | 
| 
      
 172 
     | 
    
         
            +
                                {
         
     | 
| 
      
 173 
     | 
    
         
            +
                                    "offset": 17,
         
     | 
| 
      
 174 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 175 
     | 
    
         
            +
                                    "name": "Cheese, edam",
         
     | 
| 
      
 176 
     | 
    
         
            +
                                    "ndbno": "01018"
         
     | 
| 
      
 177 
     | 
    
         
            +
                                },
         
     | 
| 
      
 178 
     | 
    
         
            +
                                {
         
     | 
| 
      
 179 
     | 
    
         
            +
                                    "offset": 18,
         
     | 
| 
      
 180 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 181 
     | 
    
         
            +
                                    "name": "Cheese, feta",
         
     | 
| 
      
 182 
     | 
    
         
            +
                                    "ndbno": "01019"
         
     | 
| 
      
 183 
     | 
    
         
            +
                                },
         
     | 
| 
      
 184 
     | 
    
         
            +
                                {
         
     | 
| 
      
 185 
     | 
    
         
            +
                                    "offset": 19,
         
     | 
| 
      
 186 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 187 
     | 
    
         
            +
                                    "name": "Cheese, fontina",
         
     | 
| 
      
 188 
     | 
    
         
            +
                                    "ndbno": "01020"
         
     | 
| 
      
 189 
     | 
    
         
            +
                                },
         
     | 
| 
      
 190 
     | 
    
         
            +
                                {
         
     | 
| 
      
 191 
     | 
    
         
            +
                                    "offset": 20,
         
     | 
| 
      
 192 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 193 
     | 
    
         
            +
                                    "name": "Cheese, gjetost",
         
     | 
| 
      
 194 
     | 
    
         
            +
                                    "ndbno": "01021"
         
     | 
| 
      
 195 
     | 
    
         
            +
                                },
         
     | 
| 
      
 196 
     | 
    
         
            +
                                {
         
     | 
| 
      
 197 
     | 
    
         
            +
                                    "offset": 21,
         
     | 
| 
      
 198 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 199 
     | 
    
         
            +
                                    "name": "Cheese, gouda",
         
     | 
| 
      
 200 
     | 
    
         
            +
                                    "ndbno": "01022"
         
     | 
| 
      
 201 
     | 
    
         
            +
                                },
         
     | 
| 
      
 202 
     | 
    
         
            +
                                {
         
     | 
| 
      
 203 
     | 
    
         
            +
                                    "offset": 22,
         
     | 
| 
      
 204 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 205 
     | 
    
         
            +
                                    "name": "Cheese, gruyere",
         
     | 
| 
      
 206 
     | 
    
         
            +
                                    "ndbno": "01023"
         
     | 
| 
      
 207 
     | 
    
         
            +
                                },
         
     | 
| 
      
 208 
     | 
    
         
            +
                                {
         
     | 
| 
      
 209 
     | 
    
         
            +
                                    "offset": 23,
         
     | 
| 
      
 210 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 211 
     | 
    
         
            +
                                    "name": "Cheese, limburger",
         
     | 
| 
      
 212 
     | 
    
         
            +
                                    "ndbno": "01024"
         
     | 
| 
      
 213 
     | 
    
         
            +
                                },
         
     | 
| 
      
 214 
     | 
    
         
            +
                                {
         
     | 
| 
      
 215 
     | 
    
         
            +
                                    "offset": 24,
         
     | 
| 
      
 216 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 217 
     | 
    
         
            +
                                    "name": "Cheese, monterey",
         
     | 
| 
      
 218 
     | 
    
         
            +
                                    "ndbno": "01025"
         
     | 
| 
      
 219 
     | 
    
         
            +
                                },
         
     | 
| 
      
 220 
     | 
    
         
            +
                                {
         
     | 
| 
      
 221 
     | 
    
         
            +
                                    "offset": 25,
         
     | 
| 
      
 222 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 223 
     | 
    
         
            +
                                    "name": "Cheese, mozzarella, whole milk",
         
     | 
| 
      
 224 
     | 
    
         
            +
                                    "ndbno": "01026"
         
     | 
| 
      
 225 
     | 
    
         
            +
                                },
         
     | 
| 
      
 226 
     | 
    
         
            +
                                {
         
     | 
| 
      
 227 
     | 
    
         
            +
                                    "offset": 26,
         
     | 
| 
      
 228 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 229 
     | 
    
         
            +
                                    "name": "Cheese, mozzarella, whole milk, low moisture",
         
     | 
| 
      
 230 
     | 
    
         
            +
                                    "ndbno": "01027"
         
     | 
| 
      
 231 
     | 
    
         
            +
                                },
         
     | 
| 
      
 232 
     | 
    
         
            +
                                {
         
     | 
| 
      
 233 
     | 
    
         
            +
                                    "offset": 27,
         
     | 
| 
      
 234 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 235 
     | 
    
         
            +
                                    "name": "Cheese, mozzarella, part skim milk",
         
     | 
| 
      
 236 
     | 
    
         
            +
                                    "ndbno": "01028"
         
     | 
| 
      
 237 
     | 
    
         
            +
                                },
         
     | 
| 
      
 238 
     | 
    
         
            +
                                {
         
     | 
| 
      
 239 
     | 
    
         
            +
                                    "offset": 28,
         
     | 
| 
      
 240 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 241 
     | 
    
         
            +
                                    "name": "Cheese, mozzarella, low moisture, part-skim",
         
     | 
| 
      
 242 
     | 
    
         
            +
                                    "ndbno": "01029"
         
     | 
| 
      
 243 
     | 
    
         
            +
                                },
         
     | 
| 
      
 244 
     | 
    
         
            +
                                {
         
     | 
| 
      
 245 
     | 
    
         
            +
                                    "offset": 29,
         
     | 
| 
      
 246 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 247 
     | 
    
         
            +
                                    "name": "Cheese, muenster",
         
     | 
| 
      
 248 
     | 
    
         
            +
                                    "ndbno": "01030"
         
     | 
| 
      
 249 
     | 
    
         
            +
                                },
         
     | 
| 
      
 250 
     | 
    
         
            +
                                {
         
     | 
| 
      
 251 
     | 
    
         
            +
                                    "offset": 30,
         
     | 
| 
      
 252 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 253 
     | 
    
         
            +
                                    "name": "Cheese, neufchatel",
         
     | 
| 
      
 254 
     | 
    
         
            +
                                    "ndbno": "01031"
         
     | 
| 
      
 255 
     | 
    
         
            +
                                },
         
     | 
| 
      
 256 
     | 
    
         
            +
                                {
         
     | 
| 
      
 257 
     | 
    
         
            +
                                    "offset": 31,
         
     | 
| 
      
 258 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 259 
     | 
    
         
            +
                                    "name": "Cheese, parmesan, grated",
         
     | 
| 
      
 260 
     | 
    
         
            +
                                    "ndbno": "01032"
         
     | 
| 
      
 261 
     | 
    
         
            +
                                },
         
     | 
| 
      
 262 
     | 
    
         
            +
                                {
         
     | 
| 
      
 263 
     | 
    
         
            +
                                    "offset": 32,
         
     | 
| 
      
 264 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 265 
     | 
    
         
            +
                                    "name": "Cheese, parmesan, hard",
         
     | 
| 
      
 266 
     | 
    
         
            +
                                    "ndbno": "01033"
         
     | 
| 
      
 267 
     | 
    
         
            +
                                },
         
     | 
| 
      
 268 
     | 
    
         
            +
                                {
         
     | 
| 
      
 269 
     | 
    
         
            +
                                    "offset": 33,
         
     | 
| 
      
 270 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 271 
     | 
    
         
            +
                                    "name": "Cheese, port de salut",
         
     | 
| 
      
 272 
     | 
    
         
            +
                                    "ndbno": "01034"
         
     | 
| 
      
 273 
     | 
    
         
            +
                                },
         
     | 
| 
      
 274 
     | 
    
         
            +
                                {
         
     | 
| 
      
 275 
     | 
    
         
            +
                                    "offset": 34,
         
     | 
| 
      
 276 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 277 
     | 
    
         
            +
                                    "name": "Cheese, provolone",
         
     | 
| 
      
 278 
     | 
    
         
            +
                                    "ndbno": "01035"
         
     | 
| 
      
 279 
     | 
    
         
            +
                                },
         
     | 
| 
      
 280 
     | 
    
         
            +
                                {
         
     | 
| 
      
 281 
     | 
    
         
            +
                                    "offset": 35,
         
     | 
| 
      
 282 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 283 
     | 
    
         
            +
                                    "name": "Cheese, ricotta, whole milk",
         
     | 
| 
      
 284 
     | 
    
         
            +
                                    "ndbno": "01036"
         
     | 
| 
      
 285 
     | 
    
         
            +
                                },
         
     | 
| 
      
 286 
     | 
    
         
            +
                                {
         
     | 
| 
      
 287 
     | 
    
         
            +
                                    "offset": 36,
         
     | 
| 
      
 288 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 289 
     | 
    
         
            +
                                    "name": "Cheese, ricotta, part skim milk",
         
     | 
| 
      
 290 
     | 
    
         
            +
                                    "ndbno": "01037"
         
     | 
| 
      
 291 
     | 
    
         
            +
                                },
         
     | 
| 
      
 292 
     | 
    
         
            +
                                {
         
     | 
| 
      
 293 
     | 
    
         
            +
                                    "offset": 37,
         
     | 
| 
      
 294 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 295 
     | 
    
         
            +
                                    "name": "Cheese, romano",
         
     | 
| 
      
 296 
     | 
    
         
            +
                                    "ndbno": "01038"
         
     | 
| 
      
 297 
     | 
    
         
            +
                                },
         
     | 
| 
      
 298 
     | 
    
         
            +
                                {
         
     | 
| 
      
 299 
     | 
    
         
            +
                                    "offset": 38,
         
     | 
| 
      
 300 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 301 
     | 
    
         
            +
                                    "name": "Cheese, roquefort",
         
     | 
| 
      
 302 
     | 
    
         
            +
                                    "ndbno": "01039"
         
     | 
| 
      
 303 
     | 
    
         
            +
                                },
         
     | 
| 
      
 304 
     | 
    
         
            +
                                {
         
     | 
| 
      
 305 
     | 
    
         
            +
                                    "offset": 39,
         
     | 
| 
      
 306 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 307 
     | 
    
         
            +
                                    "name": "Cheese, swiss",
         
     | 
| 
      
 308 
     | 
    
         
            +
                                    "ndbno": "01040"
         
     | 
| 
      
 309 
     | 
    
         
            +
                                },
         
     | 
| 
      
 310 
     | 
    
         
            +
                                {
         
     | 
| 
      
 311 
     | 
    
         
            +
                                    "offset": 40,
         
     | 
| 
      
 312 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 313 
     | 
    
         
            +
                                    "name": "Cheese, tilsit",
         
     | 
| 
      
 314 
     | 
    
         
            +
                                    "ndbno": "01041"
         
     | 
| 
      
 315 
     | 
    
         
            +
                                },
         
     | 
| 
      
 316 
     | 
    
         
            +
                                {
         
     | 
| 
      
 317 
     | 
    
         
            +
                                    "offset": 41,
         
     | 
| 
      
 318 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 319 
     | 
    
         
            +
                                    "name": "Cheese, pasteurized process, American, fortified with vitamin D",
         
     | 
| 
      
 320 
     | 
    
         
            +
                                    "ndbno": "01042"
         
     | 
| 
      
 321 
     | 
    
         
            +
                                },
         
     | 
| 
      
 322 
     | 
    
         
            +
                                {
         
     | 
| 
      
 323 
     | 
    
         
            +
                                    "offset": 42,
         
     | 
| 
      
 324 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 325 
     | 
    
         
            +
                                    "name": "Cheese, pasteurized process, pimento",
         
     | 
| 
      
 326 
     | 
    
         
            +
                                    "ndbno": "01043"
         
     | 
| 
      
 327 
     | 
    
         
            +
                                },
         
     | 
| 
      
 328 
     | 
    
         
            +
                                {
         
     | 
| 
      
 329 
     | 
    
         
            +
                                    "offset": 43,
         
     | 
| 
      
 330 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 331 
     | 
    
         
            +
                                    "name": "Cheese, pasteurized process, swiss",
         
     | 
| 
      
 332 
     | 
    
         
            +
                                    "ndbno": "01044"
         
     | 
| 
      
 333 
     | 
    
         
            +
                                },
         
     | 
| 
      
 334 
     | 
    
         
            +
                                {
         
     | 
| 
      
 335 
     | 
    
         
            +
                                    "offset": 44,
         
     | 
| 
      
 336 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 337 
     | 
    
         
            +
                                    "name": "Cheese food, cold pack, American",
         
     | 
| 
      
 338 
     | 
    
         
            +
                                    "ndbno": "01045"
         
     | 
| 
      
 339 
     | 
    
         
            +
                                },
         
     | 
| 
      
 340 
     | 
    
         
            +
                                {
         
     | 
| 
      
 341 
     | 
    
         
            +
                                    "offset": 45,
         
     | 
| 
      
 342 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 343 
     | 
    
         
            +
                                    "name": "Cheese food, pasteurized process, American, vitamin D fortified",
         
     | 
| 
      
 344 
     | 
    
         
            +
                                    "ndbno": "01046"
         
     | 
| 
      
 345 
     | 
    
         
            +
                                },
         
     | 
| 
      
 346 
     | 
    
         
            +
                                {
         
     | 
| 
      
 347 
     | 
    
         
            +
                                    "offset": 46,
         
     | 
| 
      
 348 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 349 
     | 
    
         
            +
                                    "name": "Cheese food, pasteurized process, swiss",
         
     | 
| 
      
 350 
     | 
    
         
            +
                                    "ndbno": "01047"
         
     | 
| 
      
 351 
     | 
    
         
            +
                                },
         
     | 
| 
      
 352 
     | 
    
         
            +
                                {
         
     | 
| 
      
 353 
     | 
    
         
            +
                                    "offset": 47,
         
     | 
| 
      
 354 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 355 
     | 
    
         
            +
                                    "name": "Cheese spread, pasteurized process, American",
         
     | 
| 
      
 356 
     | 
    
         
            +
                                    "ndbno": "01048"
         
     | 
| 
      
 357 
     | 
    
         
            +
                                },
         
     | 
| 
      
 358 
     | 
    
         
            +
                                {
         
     | 
| 
      
 359 
     | 
    
         
            +
                                    "offset": 48,
         
     | 
| 
      
 360 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 361 
     | 
    
         
            +
                                    "name": "Cream, fluid, half and half",
         
     | 
| 
      
 362 
     | 
    
         
            +
                                    "ndbno": "01049"
         
     | 
| 
      
 363 
     | 
    
         
            +
                                },
         
     | 
| 
      
 364 
     | 
    
         
            +
                                {
         
     | 
| 
      
 365 
     | 
    
         
            +
                                    "offset": 49,
         
     | 
| 
      
 366 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 367 
     | 
    
         
            +
                                    "name": "Cream, fluid, light (coffee cream or table cream)",
         
     | 
| 
      
 368 
     | 
    
         
            +
                                    "ndbno": "01050"
         
     | 
| 
      
 369 
     | 
    
         
            +
                                },
         
     | 
| 
      
 370 
     | 
    
         
            +
                                {
         
     | 
| 
      
 371 
     | 
    
         
            +
                                    "offset": 50,
         
     | 
| 
      
 372 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 373 
     | 
    
         
            +
                                    "name": "Cream, fluid, light whipping",
         
     | 
| 
      
 374 
     | 
    
         
            +
                                    "ndbno": "01052"
         
     | 
| 
      
 375 
     | 
    
         
            +
                                },
         
     | 
| 
      
 376 
     | 
    
         
            +
                                {
         
     | 
| 
      
 377 
     | 
    
         
            +
                                    "offset": 51,
         
     | 
| 
      
 378 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 379 
     | 
    
         
            +
                                    "name": "Cream, fluid, heavy whipping",
         
     | 
| 
      
 380 
     | 
    
         
            +
                                    "ndbno": "01053"
         
     | 
| 
      
 381 
     | 
    
         
            +
                                },
         
     | 
| 
      
 382 
     | 
    
         
            +
                                {
         
     | 
| 
      
 383 
     | 
    
         
            +
                                    "offset": 52,
         
     | 
| 
      
 384 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 385 
     | 
    
         
            +
                                    "name": "Cream, whipped, cream topping, pressurized",
         
     | 
| 
      
 386 
     | 
    
         
            +
                                    "ndbno": "01054"
         
     | 
| 
      
 387 
     | 
    
         
            +
                                },
         
     | 
| 
      
 388 
     | 
    
         
            +
                                {
         
     | 
| 
      
 389 
     | 
    
         
            +
                                    "offset": 53,
         
     | 
| 
      
 390 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 391 
     | 
    
         
            +
                                    "name": "Cream, sour, reduced fat, cultured",
         
     | 
| 
      
 392 
     | 
    
         
            +
                                    "ndbno": "01055"
         
     | 
| 
      
 393 
     | 
    
         
            +
                                },
         
     | 
| 
      
 394 
     | 
    
         
            +
                                {
         
     | 
| 
      
 395 
     | 
    
         
            +
                                    "offset": 54,
         
     | 
| 
      
 396 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 397 
     | 
    
         
            +
                                    "name": "Cream, sour, cultured",
         
     | 
| 
      
 398 
     | 
    
         
            +
                                    "ndbno": "01056"
         
     | 
| 
      
 399 
     | 
    
         
            +
                                },
         
     | 
| 
      
 400 
     | 
    
         
            +
                                {
         
     | 
| 
      
 401 
     | 
    
         
            +
                                    "offset": 55,
         
     | 
| 
      
 402 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 403 
     | 
    
         
            +
                                    "name": "Eggnog",
         
     | 
| 
      
 404 
     | 
    
         
            +
                                    "ndbno": "01057"
         
     | 
| 
      
 405 
     | 
    
         
            +
                                },
         
     | 
| 
      
 406 
     | 
    
         
            +
                                {
         
     | 
| 
      
 407 
     | 
    
         
            +
                                    "offset": 56,
         
     | 
| 
      
 408 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 409 
     | 
    
         
            +
                                    "name": "Sour dressing, non-butterfat, cultured, filled cream-type",
         
     | 
| 
      
 410 
     | 
    
         
            +
                                    "ndbno": "01058"
         
     | 
| 
      
 411 
     | 
    
         
            +
                                },
         
     | 
| 
      
 412 
     | 
    
         
            +
                                {
         
     | 
| 
      
 413 
     | 
    
         
            +
                                    "offset": 57,
         
     | 
| 
      
 414 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 415 
     | 
    
         
            +
                                    "name": "Milk, filled, fluid, with blend of hydrogenated vegetable oils",
         
     | 
| 
      
 416 
     | 
    
         
            +
                                    "ndbno": "01059"
         
     | 
| 
      
 417 
     | 
    
         
            +
                                },
         
     | 
| 
      
 418 
     | 
    
         
            +
                                {
         
     | 
| 
      
 419 
     | 
    
         
            +
                                    "offset": 58,
         
     | 
| 
      
 420 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 421 
     | 
    
         
            +
                                    "name": "Milk, filled, fluid, with lauric acid oil",
         
     | 
| 
      
 422 
     | 
    
         
            +
                                    "ndbno": "01060"
         
     | 
| 
      
 423 
     | 
    
         
            +
                                },
         
     | 
| 
      
 424 
     | 
    
         
            +
                                {
         
     | 
| 
      
 425 
     | 
    
         
            +
                                    "offset": 59,
         
     | 
| 
      
 426 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 427 
     | 
    
         
            +
                                    "name": "Cheese, American, nonfat or fat free",
         
     | 
| 
      
 428 
     | 
    
         
            +
                                    "ndbno": "01061"
         
     | 
| 
      
 429 
     | 
    
         
            +
                                },
         
     | 
| 
      
 430 
     | 
    
         
            +
                                {
         
     | 
| 
      
 431 
     | 
    
         
            +
                                    "offset": 60,
         
     | 
| 
      
 432 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 433 
     | 
    
         
            +
                                    "name": "Cream substitute, liquid, with hydrogenated vegetable oil and soy protein",
         
     | 
| 
      
 434 
     | 
    
         
            +
                                    "ndbno": "01067"
         
     | 
| 
      
 435 
     | 
    
         
            +
                                },
         
     | 
| 
      
 436 
     | 
    
         
            +
                                {
         
     | 
| 
      
 437 
     | 
    
         
            +
                                    "offset": 61,
         
     | 
| 
      
 438 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 439 
     | 
    
         
            +
                                    "name": "Cream substitute, liquid, with lauric acid oil and sodium caseinate",
         
     | 
| 
      
 440 
     | 
    
         
            +
                                    "ndbno": "01068"
         
     | 
| 
      
 441 
     | 
    
         
            +
                                },
         
     | 
| 
      
 442 
     | 
    
         
            +
                                {
         
     | 
| 
      
 443 
     | 
    
         
            +
                                    "offset": 62,
         
     | 
| 
      
 444 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 445 
     | 
    
         
            +
                                    "name": "Cream substitute, powdered",
         
     | 
| 
      
 446 
     | 
    
         
            +
                                    "ndbno": "01069"
         
     | 
| 
      
 447 
     | 
    
         
            +
                                },
         
     | 
| 
      
 448 
     | 
    
         
            +
                                {
         
     | 
| 
      
 449 
     | 
    
         
            +
                                    "offset": 63,
         
     | 
| 
      
 450 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 451 
     | 
    
         
            +
                                    "name": "Dessert topping, powdered",
         
     | 
| 
      
 452 
     | 
    
         
            +
                                    "ndbno": "01070"
         
     | 
| 
      
 453 
     | 
    
         
            +
                                },
         
     | 
| 
      
 454 
     | 
    
         
            +
                                {
         
     | 
| 
      
 455 
     | 
    
         
            +
                                    "offset": 64,
         
     | 
| 
      
 456 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 457 
     | 
    
         
            +
                                    "name": "Dessert topping, powdered, 1.5 ounce prepared with 1/2 cup milk",
         
     | 
| 
      
 458 
     | 
    
         
            +
                                    "ndbno": "01071"
         
     | 
| 
      
 459 
     | 
    
         
            +
                                },
         
     | 
| 
      
 460 
     | 
    
         
            +
                                {
         
     | 
| 
      
 461 
     | 
    
         
            +
                                    "offset": 65,
         
     | 
| 
      
 462 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 463 
     | 
    
         
            +
                                    "name": "Dessert topping, pressurized",
         
     | 
| 
      
 464 
     | 
    
         
            +
                                    "ndbno": "01072"
         
     | 
| 
      
 465 
     | 
    
         
            +
                                },
         
     | 
| 
      
 466 
     | 
    
         
            +
                                {
         
     | 
| 
      
 467 
     | 
    
         
            +
                                    "offset": 66,
         
     | 
| 
      
 468 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 469 
     | 
    
         
            +
                                    "name": "Dessert topping, semi solid, frozen",
         
     | 
| 
      
 470 
     | 
    
         
            +
                                    "ndbno": "01073"
         
     | 
| 
      
 471 
     | 
    
         
            +
                                },
         
     | 
| 
      
 472 
     | 
    
         
            +
                                {
         
     | 
| 
      
 473 
     | 
    
         
            +
                                    "offset": 67,
         
     | 
| 
      
 474 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 475 
     | 
    
         
            +
                                    "name": "Sour cream, imitation, cultured",
         
     | 
| 
      
 476 
     | 
    
         
            +
                                    "ndbno": "01074"
         
     | 
| 
      
 477 
     | 
    
         
            +
                                },
         
     | 
| 
      
 478 
     | 
    
         
            +
                                {
         
     | 
| 
      
 479 
     | 
    
         
            +
                                    "offset": 68,
         
     | 
| 
      
 480 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 481 
     | 
    
         
            +
                                    "name": "Milk substitutes, fluid, with lauric acid oil",
         
     | 
| 
      
 482 
     | 
    
         
            +
                                    "ndbno": "01076"
         
     | 
| 
      
 483 
     | 
    
         
            +
                                },
         
     | 
| 
      
 484 
     | 
    
         
            +
                                {
         
     | 
| 
      
 485 
     | 
    
         
            +
                                    "offset": 69,
         
     | 
| 
      
 486 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 487 
     | 
    
         
            +
                                    "name": "Milk, whole, 3.25% milkfat, with added vitamin D",
         
     | 
| 
      
 488 
     | 
    
         
            +
                                    "ndbno": "01077"
         
     | 
| 
      
 489 
     | 
    
         
            +
                                },
         
     | 
| 
      
 490 
     | 
    
         
            +
                                {
         
     | 
| 
      
 491 
     | 
    
         
            +
                                    "offset": 70,
         
     | 
| 
      
 492 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 493 
     | 
    
         
            +
                                    "name": "Milk, producer, fluid, 3.7% milkfat",
         
     | 
| 
      
 494 
     | 
    
         
            +
                                    "ndbno": "01078"
         
     | 
| 
      
 495 
     | 
    
         
            +
                                },
         
     | 
| 
      
 496 
     | 
    
         
            +
                                {
         
     | 
| 
      
 497 
     | 
    
         
            +
                                    "offset": 71,
         
     | 
| 
      
 498 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 499 
     | 
    
         
            +
                                    "name": "Milk, reduced fat, fluid, 2% milkfat, with added vitamin A and vitamin D",
         
     | 
| 
      
 500 
     | 
    
         
            +
                                    "ndbno": "01079"
         
     | 
| 
      
 501 
     | 
    
         
            +
                                },
         
     | 
| 
      
 502 
     | 
    
         
            +
                                {
         
     | 
| 
      
 503 
     | 
    
         
            +
                                    "offset": 72,
         
     | 
| 
      
 504 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 505 
     | 
    
         
            +
                                    "name": "Milk, reduced fat, fluid, 2% milkfat, with added nonfat milk solids and vitamin A and vitamin D",
         
     | 
| 
      
 506 
     | 
    
         
            +
                                    "ndbno": "01080"
         
     | 
| 
      
 507 
     | 
    
         
            +
                                },
         
     | 
| 
      
 508 
     | 
    
         
            +
                                {
         
     | 
| 
      
 509 
     | 
    
         
            +
                                    "offset": 73,
         
     | 
| 
      
 510 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 511 
     | 
    
         
            +
                                    "name": "Milk, reduced fat, fluid, 2% milkfat, protein fortified, with added vitamin A and vitamin D",
         
     | 
| 
      
 512 
     | 
    
         
            +
                                    "ndbno": "01081"
         
     | 
| 
      
 513 
     | 
    
         
            +
                                },
         
     | 
| 
      
 514 
     | 
    
         
            +
                                {
         
     | 
| 
      
 515 
     | 
    
         
            +
                                    "offset": 74,
         
     | 
| 
      
 516 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 517 
     | 
    
         
            +
                                    "name": "Milk, lowfat, fluid, 1% milkfat, with added vitamin A and vitamin D",
         
     | 
| 
      
 518 
     | 
    
         
            +
                                    "ndbno": "01082"
         
     | 
| 
      
 519 
     | 
    
         
            +
                                },
         
     | 
| 
      
 520 
     | 
    
         
            +
                                {
         
     | 
| 
      
 521 
     | 
    
         
            +
                                    "offset": 75,
         
     | 
| 
      
 522 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 523 
     | 
    
         
            +
                                    "name": "Milk, lowfat, fluid, 1% milkfat, with added nonfat milk solids, vitamin A and vitamin D",
         
     | 
| 
      
 524 
     | 
    
         
            +
                                    "ndbno": "01083"
         
     | 
| 
      
 525 
     | 
    
         
            +
                                },
         
     | 
| 
      
 526 
     | 
    
         
            +
                                {
         
     | 
| 
      
 527 
     | 
    
         
            +
                                    "offset": 76,
         
     | 
| 
      
 528 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 529 
     | 
    
         
            +
                                    "name": "Milk, lowfat, fluid, 1% milkfat, protein fortified, with added vitamin A and vitamin D",
         
     | 
| 
      
 530 
     | 
    
         
            +
                                    "ndbno": "01084"
         
     | 
| 
      
 531 
     | 
    
         
            +
                                },
         
     | 
| 
      
 532 
     | 
    
         
            +
                                {
         
     | 
| 
      
 533 
     | 
    
         
            +
                                    "offset": 77,
         
     | 
| 
      
 534 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 535 
     | 
    
         
            +
                                    "name": "Milk, nonfat, fluid, with added vitamin A and vitamin D (fat free or skim)",
         
     | 
| 
      
 536 
     | 
    
         
            +
                                    "ndbno": "01085"
         
     | 
| 
      
 537 
     | 
    
         
            +
                                },
         
     | 
| 
      
 538 
     | 
    
         
            +
                                {
         
     | 
| 
      
 539 
     | 
    
         
            +
                                    "offset": 78,
         
     | 
| 
      
 540 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 541 
     | 
    
         
            +
                                    "name": "Milk, nonfat, fluid, with added nonfat milk solids, vitamin A and vitamin D (fat free or skim)",
         
     | 
| 
      
 542 
     | 
    
         
            +
                                    "ndbno": "01086"
         
     | 
| 
      
 543 
     | 
    
         
            +
                                },
         
     | 
| 
      
 544 
     | 
    
         
            +
                                {
         
     | 
| 
      
 545 
     | 
    
         
            +
                                    "offset": 79,
         
     | 
| 
      
 546 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 547 
     | 
    
         
            +
                                    "name": "Milk, nonfat, fluid, protein fortified, with added vitamin A and vitamin D (fat free and skim)",
         
     | 
| 
      
 548 
     | 
    
         
            +
                                    "ndbno": "01087"
         
     | 
| 
      
 549 
     | 
    
         
            +
                                },
         
     | 
| 
      
 550 
     | 
    
         
            +
                                {
         
     | 
| 
      
 551 
     | 
    
         
            +
                                    "offset": 80,
         
     | 
| 
      
 552 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 553 
     | 
    
         
            +
                                    "name": "Milk, buttermilk, fluid, cultured, lowfat",
         
     | 
| 
      
 554 
     | 
    
         
            +
                                    "ndbno": "01088"
         
     | 
| 
      
 555 
     | 
    
         
            +
                                },
         
     | 
| 
      
 556 
     | 
    
         
            +
                                {
         
     | 
| 
      
 557 
     | 
    
         
            +
                                    "offset": 81,
         
     | 
| 
      
 558 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 559 
     | 
    
         
            +
                                    "name": "Milk, low sodium, fluid",
         
     | 
| 
      
 560 
     | 
    
         
            +
                                    "ndbno": "01089"
         
     | 
| 
      
 561 
     | 
    
         
            +
                                },
         
     | 
| 
      
 562 
     | 
    
         
            +
                                {
         
     | 
| 
      
 563 
     | 
    
         
            +
                                    "offset": 82,
         
     | 
| 
      
 564 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 565 
     | 
    
         
            +
                                    "name": "Milk, dry, whole, with added vitamin D",
         
     | 
| 
      
 566 
     | 
    
         
            +
                                    "ndbno": "01090"
         
     | 
| 
      
 567 
     | 
    
         
            +
                                },
         
     | 
| 
      
 568 
     | 
    
         
            +
                                {
         
     | 
| 
      
 569 
     | 
    
         
            +
                                    "offset": 83,
         
     | 
| 
      
 570 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 571 
     | 
    
         
            +
                                    "name": "Milk, dry, nonfat, regular, without added vitamin A and vitamin D",
         
     | 
| 
      
 572 
     | 
    
         
            +
                                    "ndbno": "01091"
         
     | 
| 
      
 573 
     | 
    
         
            +
                                },
         
     | 
| 
      
 574 
     | 
    
         
            +
                                {
         
     | 
| 
      
 575 
     | 
    
         
            +
                                    "offset": 84,
         
     | 
| 
      
 576 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 577 
     | 
    
         
            +
                                    "name": "Milk, dry, nonfat, instant, with added vitamin A and vitamin D",
         
     | 
| 
      
 578 
     | 
    
         
            +
                                    "ndbno": "01092"
         
     | 
| 
      
 579 
     | 
    
         
            +
                                },
         
     | 
| 
      
 580 
     | 
    
         
            +
                                {
         
     | 
| 
      
 581 
     | 
    
         
            +
                                    "offset": 85,
         
     | 
| 
      
 582 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 583 
     | 
    
         
            +
                                    "name": "Milk, dry, nonfat, calcium reduced",
         
     | 
| 
      
 584 
     | 
    
         
            +
                                    "ndbno": "01093"
         
     | 
| 
      
 585 
     | 
    
         
            +
                                },
         
     | 
| 
      
 586 
     | 
    
         
            +
                                {
         
     | 
| 
      
 587 
     | 
    
         
            +
                                    "offset": 86,
         
     | 
| 
      
 588 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 589 
     | 
    
         
            +
                                    "name": "Milk, buttermilk, dried",
         
     | 
| 
      
 590 
     | 
    
         
            +
                                    "ndbno": "01094"
         
     | 
| 
      
 591 
     | 
    
         
            +
                                },
         
     | 
| 
      
 592 
     | 
    
         
            +
                                {
         
     | 
| 
      
 593 
     | 
    
         
            +
                                    "offset": 87,
         
     | 
| 
      
 594 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 595 
     | 
    
         
            +
                                    "name": "Milk, canned, condensed, sweetened",
         
     | 
| 
      
 596 
     | 
    
         
            +
                                    "ndbno": "01095"
         
     | 
| 
      
 597 
     | 
    
         
            +
                                },
         
     | 
| 
      
 598 
     | 
    
         
            +
                                {
         
     | 
| 
      
 599 
     | 
    
         
            +
                                    "offset": 88,
         
     | 
| 
      
 600 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 601 
     | 
    
         
            +
                                    "name": "Milk, canned, evaporated, with added vitamin D and without added vitamin A",
         
     | 
| 
      
 602 
     | 
    
         
            +
                                    "ndbno": "01096"
         
     | 
| 
      
 603 
     | 
    
         
            +
                                },
         
     | 
| 
      
 604 
     | 
    
         
            +
                                {
         
     | 
| 
      
 605 
     | 
    
         
            +
                                    "offset": 89,
         
     | 
| 
      
 606 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 607 
     | 
    
         
            +
                                    "name": "Milk, canned, evaporated, nonfat, with added vitamin A and vitamin D",
         
     | 
| 
      
 608 
     | 
    
         
            +
                                    "ndbno": "01097"
         
     | 
| 
      
 609 
     | 
    
         
            +
                                },
         
     | 
| 
      
 610 
     | 
    
         
            +
                                {
         
     | 
| 
      
 611 
     | 
    
         
            +
                                    "offset": 90,
         
     | 
| 
      
 612 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 613 
     | 
    
         
            +
                                    "name": "Milk, chocolate, fluid, commercial, whole, with added vitamin A and vitamin D",
         
     | 
| 
      
 614 
     | 
    
         
            +
                                    "ndbno": "01102"
         
     | 
| 
      
 615 
     | 
    
         
            +
                                },
         
     | 
| 
      
 616 
     | 
    
         
            +
                                {
         
     | 
| 
      
 617 
     | 
    
         
            +
                                    "offset": 91,
         
     | 
| 
      
 618 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 619 
     | 
    
         
            +
                                    "name": "Milk, chocolate, fluid, commercial, reduced fat, with added vitamin A and vitamin D",
         
     | 
| 
      
 620 
     | 
    
         
            +
                                    "ndbno": "01103"
         
     | 
| 
      
 621 
     | 
    
         
            +
                                },
         
     | 
| 
      
 622 
     | 
    
         
            +
                                {
         
     | 
| 
      
 623 
     | 
    
         
            +
                                    "offset": 92,
         
     | 
| 
      
 624 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 625 
     | 
    
         
            +
                                    "name": "Milk, chocolate, fluid, commercial, lowfat, with added vitamin A and vitamin D",
         
     | 
| 
      
 626 
     | 
    
         
            +
                                    "ndbno": "01104"
         
     | 
| 
      
 627 
     | 
    
         
            +
                                },
         
     | 
| 
      
 628 
     | 
    
         
            +
                                {
         
     | 
| 
      
 629 
     | 
    
         
            +
                                    "offset": 93,
         
     | 
| 
      
 630 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 631 
     | 
    
         
            +
                                    "name": "Milk, chocolate beverage, hot cocoa, homemade",
         
     | 
| 
      
 632 
     | 
    
         
            +
                                    "ndbno": "01105"
         
     | 
| 
      
 633 
     | 
    
         
            +
                                },
         
     | 
| 
      
 634 
     | 
    
         
            +
                                {
         
     | 
| 
      
 635 
     | 
    
         
            +
                                    "offset": 94,
         
     | 
| 
      
 636 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 637 
     | 
    
         
            +
                                    "name": "Milk, goat, fluid, with added vitamin D",
         
     | 
| 
      
 638 
     | 
    
         
            +
                                    "ndbno": "01106"
         
     | 
| 
      
 639 
     | 
    
         
            +
                                },
         
     | 
| 
      
 640 
     | 
    
         
            +
                                {
         
     | 
| 
      
 641 
     | 
    
         
            +
                                    "offset": 95,
         
     | 
| 
      
 642 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 643 
     | 
    
         
            +
                                    "name": "Milk, human, mature, fluid",
         
     | 
| 
      
 644 
     | 
    
         
            +
                                    "ndbno": "01107"
         
     | 
| 
      
 645 
     | 
    
         
            +
                                },
         
     | 
| 
      
 646 
     | 
    
         
            +
                                {
         
     | 
| 
      
 647 
     | 
    
         
            +
                                    "offset": 96,
         
     | 
| 
      
 648 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 649 
     | 
    
         
            +
                                    "name": "Milk, indian buffalo, fluid",
         
     | 
| 
      
 650 
     | 
    
         
            +
                                    "ndbno": "01108"
         
     | 
| 
      
 651 
     | 
    
         
            +
                                },
         
     | 
| 
      
 652 
     | 
    
         
            +
                                {
         
     | 
| 
      
 653 
     | 
    
         
            +
                                    "offset": 97,
         
     | 
| 
      
 654 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 655 
     | 
    
         
            +
                                    "name": "Milk, sheep, fluid",
         
     | 
| 
      
 656 
     | 
    
         
            +
                                    "ndbno": "01109"
         
     | 
| 
      
 657 
     | 
    
         
            +
                                },
         
     | 
| 
      
 658 
     | 
    
         
            +
                                {
         
     | 
| 
      
 659 
     | 
    
         
            +
                                    "offset": 98,
         
     | 
| 
      
 660 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 661 
     | 
    
         
            +
                                    "name": "Milk shakes, thick chocolate",
         
     | 
| 
      
 662 
     | 
    
         
            +
                                    "ndbno": "01110"
         
     | 
| 
      
 663 
     | 
    
         
            +
                                },
         
     | 
| 
      
 664 
     | 
    
         
            +
                                {
         
     | 
| 
      
 665 
     | 
    
         
            +
                                    "offset": 99,
         
     | 
| 
      
 666 
     | 
    
         
            +
                                    "group": "Dairy and Egg Products",
         
     | 
| 
      
 667 
     | 
    
         
            +
                                    "name": "Milk shakes, thick vanilla",
         
     | 
| 
      
 668 
     | 
    
         
            +
                                    "ndbno": "01111"
         
     | 
| 
      
 669 
     | 
    
         
            +
                                }
         
     | 
| 
      
 670 
     | 
    
         
            +
                            ]
         
     | 
| 
      
 671 
     | 
    
         
            +
                        }
         
     | 
| 
      
 672 
     | 
    
         
            +
                    }
         
     | 
| 
      
 673 
     | 
    
         
            +
                http_version:
         
     | 
| 
      
 674 
     | 
    
         
            +
              recorded_at: Sun, 27 Sep 2015 00:52:09 GMT
         
     | 
| 
      
 675 
     | 
    
         
            +
            recorded_with: VCR 2.9.3
         
     |