{
  "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",25,56,null,81],
    [2,"Cavan",42,79,null,121],
    [3,"Clare",48,112,null,160],
    [4,"Cork",620,1173,13,1806],
    [5,"Donegal",62,132,1,195],
    [6,"Dublin",647,1181,13,1841],
    [7,"Galway",132,318,1,451],
    [8,"Kerry",66,144,3,213],
    [9,"Kildare",134,296,3,433],
    [10,"Kilkenny",24,65,1,90],
    [11,"Laois",42,62,null,104],
    [12,"Leitrim",11,15,null,26],
    [13,"Limerick",71,162,1,234],
    [14,"Longford",18,41,null,59],
    [15,"Louth",91,193,1,285],
    [16,"Mayo",48,103,1,152],
    [17,"Meath",117,196,4,317],
    [18,"Monaghan",19,55,1,75],
    [19,"Offaly",35,58,null,93],
    [20,"Roscommon",46,98,null,144],
    [21,"Sligo",26,80,null,106],
    [22,"Tipperary",43,84,null,127],
    [23,"Waterford",63,88,null,151],
    [24,"Westmeath",26,58,1,85],
    [25,"Wexford",76,218,1,295],
    [26,"Wicklow",93,163,null,256],
    [27,"Grand Total",2625,5230,45,7900]
]}
