Advertisement
MatthijsFontys

Example dataset alcohol

Apr 30th, 2021 (edited)
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.41 KB | None | 0 0
  1. {
  2.     "category": "154a6921-a327-4ca6-b515-04de979e4e68",
  3.     "title": "Alcohol, tobacco & other drugs in Australia",
  4.     "author": "Serenity Robertson",
  5.     "visibility": "protected",
  6.     "description": "Alcohol consumption across the world today. The annual global average alcohol consumption is 6.4 liters per person       older than 15 (in 2016). To account for the differences in alcohol content of different alcoholic drinks (e.g. beer, wine, spirits), this is reported in liters of pure alcohol per year.",
  7.     "date": "2021-04-30T11:27:28.971Z",
  8.     "data": [
  9.                 {
  10.                     "id": 1,
  11.                     "brand": "Bavaria",
  12.                     "volume": "1L",
  13.                     "percentage": "5%",
  14.                     "price": "2,50",
  15.                     "quantity": 20
  16.                 },
  17.                 {
  18.                     "id": 2,
  19.                     "brand": "Heiniken",
  20.                     "volume": "2.5L",
  21.                     "percentage": "10%",
  22.                     "price": "4,70",
  23.                     "quantity": 30
  24.                 },
  25.                 {
  26.                     "id": 3,
  27.                     "brand": "Amstel",
  28.                     "volume": "0.5L",
  29.                     "percentage": "5%",
  30.                     "price": "3,39",
  31.                     "quantity": 23
  32.                 },
  33.                 {
  34.                     "id": 4,
  35.                     "brand": "Grolsch",
  36.                     "volume": "4L",
  37.                     "percentage": "12%",
  38.                     "price": "2,90",
  39.                     "quantity": 43
  40.                 },
  41.                 {
  42.                     "id": 5,
  43.                     "brand": "Jupiler",
  44.                     "volume": "5L",
  45.                     "percentage": "5%",
  46.                     "price": "6,00",
  47.                     "quantity": 12
  48.                 },
  49.                 {
  50.                     "id": 6,
  51.                     "brand": "Konrad",
  52.                     "volume": "2.5L",
  53.                     "percentage": "20%",
  54.                     "price": "5,50",
  55.                     "quantity": 54
  56.                 },
  57.                 {
  58.                     "id": 7,
  59.                     "brand": "Hertog Jan",
  60.                     "volume": "3L",
  61.                     "percentage": "5%",
  62.                     "price": "6,75",
  63.                     "quantity": 33
  64.                 },
  65.                 {
  66.                     "id": 8,
  67.                     "brand": "Bacardi",
  68.                     "volume": "1L",
  69.                     "percentage": "25%",
  70.                     "price": "22,50",
  71.                     "quantity": 54
  72.                 },
  73.                 {
  74.                     "id": 9,
  75.                     "brand": "Sourz",
  76.                     "volume": "2L",
  77.                     "percentage": "25%",
  78.                     "price": "12,50",
  79.                     "quantity": 22
  80.                 },
  81.                 {
  82.                     "id": 10,
  83.                     "brand": "Bols",
  84.                     "volume": "3.5L",
  85.                     "percentage": "25%",
  86.                     "price": "1,50",
  87.                     "quantity": 33
  88.                 },
  89.                 {
  90.                     "id": 11,
  91.                     "brand": "Jack Daniel's",
  92.                     "volume": "1.5L",
  93.                     "percentage": "45%",
  94.                     "price": "22,00",
  95.                     "quantity": 11
  96.                 }
  97.             ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement