{
  "fields": [{"id":"_id","type":"int"},{"id":"nombre","type":"text"},{"id":"apellido","type":"text"},{"id":"posicion","type":"numeric"},{"id":"cedula","type":"text"},{"id":"cargo","type":"text"},{"id":"codigoCargo","type":"numeric"},{"id":"gastoRepresentacion","type":"numeric"},{"id":"inicioLabores","type":"timestamp"},{"id":"objetoGastos","type":"numeric"}],
  "records": [
    [1,"LUIS ","ABREGO GUERRA",1,"9-92-673","GERENTE GENERAL",11070,3750,"2019-07-31T00:00:00",30],
    [2,"ANA ELISA","CASTILLO",6,"8-715-1751","GERENTE OPERACIONES",12140,2000,"2021-01-06T00:00:00",30]
]}
