{
  "fields": [{"id":"_id","type":"int"},{"id":"Hours Worked","type":"text"},{"id":"Count","type":"numeric"},{"id":"Percentage (%)","type":"numeric"}],
  "records": [
    [1,"Part-time: 15 hours or less worked",11999,9.9],
    [2,"Part-time: 16 to 30 hours worked",26127,21.6],
    [3,"Full-time: 31 to 48 hours worked",71595,59.2],
    [4,"Full-time: 49 or more hours worked",11297,9.3]
]}
