{
  "fields": [{"id":"_id","type":"int"},{"id":"id","type":"text"},{"id":"weight","type":"text"},{"id":"height","type":"text"}],
  "records": [
    [1,"1","91","182"],
    [2,"2","56","160"],
    [3,"3","66","155"],
    [4,"4","75","n/a"],
    [5,"5","73","178"]
]}
