{
  "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",1,1,0],
    [2,"VENEZUELA ",1,0,1],
    [3,"TOTAL",2,1,1]
]}
