{
  "fields": [{"id":"_id","type":"int"},{"id":"posicion","type":"numeric"},{"id":"nombre","type":"text"},{"id":"apellido","type":"text"},{"id":"cedula","type":"text"},{"id":"inicioLabores","type":"timestamp"},{"id":"cargo","type":"text"},{"id":"codigoCargo","type":"numeric"},{"id":"gastoRepresentacion","type":"numeric"},{"id":"objetoGastos","type":"numeric"}],
  "records": [
    [1,2,"JUAN","BORRELL","8-718-859","2024-01-07T00:00:00","VICEMINISTRO",11030,3000,30],
    [2,32,"JULIAN","AGUILA","4-269-939","2024-01-07T00:00:00","VICEMINISTRO",11030,3000,30],
    [3,429,"ARNULFO","DIAZ","6-66-863","2024-03-07T00:00:00","GOBERNADOR",8016030,500,30]
]}
