{
  "fields": [{"id":"_id","type":"int"},{"id":"category","type":"text"},{"id":"Rainfall for Madhesh","type":"numeric"}],
  "records": [
    [1,"Jan",11.7],
    [2,"Feb",6.9],
    [3,"Mar",14.6],
    [4,"Apr",28.4],
    [5,"May",68.8],
    [6,"Jun",209.5],
    [7,"Jul",464.1],
    [8,"Aug",387.1],
    [9,"Sep",249.3],
    [10,"Oct",42.4],
    [11,"Nov",4.5],
    [12,"Dec",10.5]
]}
