Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.06 KB | None | 0 0
  1. {
  2.   "pl": [
  3.     {
  4.       "productName": "Pakiet podstawowy",
  5.       "price"      : "3000",
  6.       "currency"   : "zł",
  7.       "slug"       : "pakiet-podstawowy",
  8.       "buttonLabel": "Zamawiam",
  9.       "features"   : {
  10.         "0": "20 Keyword",
  11.         "1": "No Time Tracking",
  12.         "2": "24h call-center",
  13.         "3": "News Letter Available"
  14.       }
  15.     },
  16.     {
  17.       "productName": "Pakiet średni",
  18.       "price"      : "7000",
  19.       "currency"   : "zł",
  20.       "slug"       : "pakiet-sredni",
  21.       "buttonLabel": "Zamawiam",
  22.       "features"   : {
  23.         "0": "20 Keyword",
  24.         "1": "No Time Tracking",
  25.         "2": "24h call-center",
  26.         "3": "News Letter Available"
  27.       }
  28.     },
  29.     {
  30.       "productName": "Pakiet pełny",
  31.       "price"      : "10000",
  32.       "currency"   : "zł",
  33.       "slug"       : "pakiet-pelny",
  34.       "features"   : {
  35.         "0": "20 Keyword",
  36.         "1": "No Time Tracking",
  37.         "2": "24h call-center",
  38.         "3": "News Letter Available"
  39.       }
  40.     }
  41.   ],
  42.   "en": [
  43.     {
  44.       "productName": "Pakiet podstawowy EN",
  45.       "price"      : "2000",
  46.       "currency"   : "zł",
  47.       "slug"       : "pakiet-podstawowy",
  48.       "buttonLabel": "Zamawiam",
  49.       "features"   : {
  50.         "0": "20 Keyword",
  51.         "1": "No Time Tracking",
  52.         "2": "24h call-center",
  53.         "3": "News Letter Available"
  54.       }
  55.     },
  56.     {
  57.       "productName": "EN Pakiet średni",
  58.       "price"      : "7000",
  59.       "currency"   : "zł",
  60.       "slug"       : "pakiet-sredni",
  61.       "buttonLabel": "Zamawiam",
  62.       "features"   : {
  63.         "0": "20 Keyword",
  64.         "1": "No Time Tracking",
  65.         "2": "24h call-center",
  66.         "3": "News Letter Available"
  67.       }
  68.     },
  69.     {
  70.       "productName": "Pakiet pełny",
  71.       "price"      : "10000",
  72.       "currency"   : "zł",
  73.       "slug"       : "pakiet-pelny",
  74.       "features"   : {
  75.         "0": "20 Keyword",
  76.         "1": "EN No Time Tracking",
  77.         "2": "24h call-center",
  78.         "3": "News Letter Available"
  79.       }
  80.     }
  81.   ]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement