{
  "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,"COLOMBIA",14,5,9],
    [2,"ECUADOR",1,0,1],
    [3,"TOTAL",15,5,10]
]}
