{
  "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,"VENEZUELA ",2,1,1],
    [2,"REPéBLICA DEL CONGO",2,1,1],
    [3,"TOTAL",4,2,2]
]}
