{
  "fields": [{"id":"_id","type":"int"},{"id":"PAIS DE ORIGEN","type":"text"},{"id":"CANTIDAD TOTAL","type":"numeric"},{"id":"HOMBRE","type":"numeric"},{"id":"MUJER","type":"numeric"}],
  "records": [
    [1,"NICARAGUA",4,4,0],
    [2,"COLOMBIA",3,2,1],
    [3,"VENEZUELA ",1,0,1],
    [4,"TOTAL",8,6,2]
]}
