{
  "fields": [{"id":"_id","type":"int"},{"id":"material","type":"text"},{"id":"hardness","type":"numeric"}],
  "records": [
    [1,"copper",0.4],
    [2,"steel",0.2]
]}
