{
  "fields": [{"id":"_id","type":"int"},{"id":"Anno","type":"numeric"},{"id":"Maschi","type":"text"},{"id":"Femmine","type":"numeric"}],
  "records": [
    [1,2007,"35",37],
    [2,2008,"33",29],
    [3,2009,"47",42],
    [4,2010,"56",48],
    [5,2011,"74",54],
    [6,2012,"66",82],
    [7,2013,"111",67],
    [8,2014,"136",85],
    [9,2015,"9",8],
    [10,2016,"-",0],
    [11,2017,"0",0]
]}
