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