Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | None | 0 0
  1. {
  2.     "year": 2019,
  3.     "months": [
  4.         {
  5.         "month":"january",
  6.         "cost": "1100"
  7.         },
  8.         {
  9.         "month":"february",
  10.         "cost": "1150"
  11.         },
  12.         {
  13.         "month":"march",
  14.         "cost": "1150"
  15.         },
  16.         {
  17.         "month":"april",
  18.         "cost": "1150"
  19.         },
  20.         {
  21.         "month":"may",
  22.         "cost": "1150"
  23.         },
  24.         {
  25.         "month":"june",
  26.         "cost": "1150"
  27.         },
  28.         {
  29.         "month":"july",
  30.         "cost": "1150"
  31.         },     
  32.         {
  33.         "month":"august",
  34.         "cost": "1150"
  35.         },
  36.         {
  37.         "month":"september",
  38.         "cost": "1150"
  39.         },
  40.         {
  41.         "month":"october",
  42.         "cost": "1150"
  43.         },
  44.         {
  45.         "month":"november",
  46.         "cost": "1150"
  47.         },
  48.         {
  49.         "month":"december",
  50.         "cost": "1150"
  51.         },
  52.     ]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement