{
  "fields": [{"id":"_id","type":"int"},{"id":"County","type":"text","info":{"label":"County"}},{"id":"Female","type":"numeric","info":{"label":"Female"}},{"id":"Male","type":"numeric","info":{"label":"Male"}},{"id":"Not recorded","type":"numeric","info":{"label":"Not recorded"}},{"id":"Grand Total","type":"numeric","info":{"label":"Grand Total"}}],
  "records": [
    [1,"Carlow",32,69,1,102],
    [2,"Cavan",25,83,null,108],
    [3,"Clare",37,76,1,114],
    [4,"Cork",247,657,6,910],
    [5,"Donegal",63,160,3,226],
    [6,"Dublin",473,1037,9,1519],
    [7,"Galway",83,214,null,297],
    [8,"Kerry",34,94,2,130],
    [9,"Kildare",74,173,1,248],
    [10,"Kilkenny",34,101,1,136],
    [11,"Laois",31,92,3,126],
    [12,"Leitrim",6,19,null,25],
    [13,"Limerick",66,190,5,261],
    [14,"Longford",12,45,1,58],
    [15,"Louth",60,186,1,247],
    [16,"Mayo",46,96,null,142],
    [17,"Meath",91,230,5,326],
    [18,"Monaghan",19,45,4,68],
    [19,"Offaly",62,126,1,189],
    [20,"Roscommon",20,82,null,102],
    [21,"Sligo",27,50,null,77],
    [22,"Tipperary",53,118,null,171],
    [23,"Waterford",33,102,2,137],
    [24,"Westmeath",41,81,2,124],
    [25,"Wexford",58,176,1,235],
    [26,"Wicklow",38,114,1,153],
    [27,"Grand Total",1765,4416,50,6231]
]}
