{
  "fields": [{"id":"_id","type":"int"},{"id":"fare_id","type":"numeric"},{"id":"route_id","type":"numeric"},{"id":"origin_id","type":"text"},{"id":"destination_id","type":"text"}],
  "records": [
    [1,200,1,"",""],
    [2,200,2,"",""],
    [3,200,3,"",""],
    [4,200,4,"",""]
]}
