Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.08 KB | None | 0 0
  1. [
  2.   {
  3.     "Country": "United States of America",
  4.     "value1": 1,
  5.     "value2": 10,
  6.     "Years": 1955
  7.   },
  8.   {
  9.     "Country": "United States of America",
  10.     "value1": 2,
  11.     "value2": 20,
  12.     "Years": 1965
  13.   },
  14.   {
  15.     "Country": "United States of America",
  16.     "value1": 3,
  17.     "value2": 30,
  18.     "Years": 1970
  19.   },
  20.   {
  21.     "Country": "United States of America",
  22.     "value1": 4,
  23.     "value2": 40,
  24.     "Years": 1973
  25.   },
  26.   {
  27.     "Country": "United States of America",
  28.     "value1": 5,
  29.     "value2": 50,
  30.     "Years": 1975
  31.   },
  32.   {
  33.     "Country": "United States of America",
  34.     "value1": 6,
  35.     "value2": 60,
  36.     "Years": 1976
  37.   },
  38.   {
  39.     "Country": "United States of America",
  40.     "value1": 7,
  41.     "value2": 70,
  42.     "Years": 1982
  43.   },
  44.   {
  45.     "Country": "United States of America",
  46.     "value1": 8,
  47.     "value2": 80,
  48.     "Years": 1988
  49.   },
  50.    {
  51.     "Country": "United States of America",
  52.     "value1": 9,
  53.     "value2": 90,
  54.     "Years": 1990
  55.   },
  56.   {
  57.     "Country": "United States of America",
  58.     "value1": 10,
  59.     "value2": 98,
  60.     "Years": 1995
  61.   },
  62.   {
  63.     "Country": "United States of America",
  64.     "value1": 11,
  65.     "value2": 55,
  66.     "Years": 2002
  67.   },
  68.   {
  69.     "Country": "United States of America",
  70.     "value1": 12,
  71.     "value2": 66,
  72.     "Years": 2006
  73.   },
  74.    {
  75.     "Country": "United States of America",
  76.     "value1": 13,
  77.     "value2": 45,
  78.     "Years": 2006
  79.   },
  80.    {
  81.     "Country": "United States of America",
  82.     "value1": 14,
  83.     "value2": 78,
  84.     "Years": 2007
  85.   },
  86.   {
  87.     "Country": "United States of America",
  88.     "value1": 15,
  89.     "value2": 8,
  90.     "Years": 2007
  91.   },
  92.    {
  93.     "Country": "United States of America",
  94.     "value1": 16,
  95.     "value2": 8,
  96.     "Years": 2008
  97.   },
  98.    {
  99.     "Country": "United States of America",
  100.     "value1": 17,
  101.     "value2": 9,
  102.     "Years": 2008
  103.   },
  104.    {
  105.     "Country": "United States of America",
  106.     "value1": 18,
  107.     "value2": 42,
  108.     "Years": 2009
  109.   },
  110.    {
  111.     "Country": "United States of America",
  112.     "value1": 19,
  113.     "value2": 12,
  114.     "Years": 2010
  115.   }
  116. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement