{
  "fields": [{"type":"int","id":"_id"},{"type":"text","id":"Offence"},{"type":"numeric","id":"Reported"},{"type":"numeric","id":"Detected"},{"type":"numeric","id":"% age of detection"},{"type":"numeric","id":"No. of accused involved"},{"type":"numeric","id":"No. of accused arrested."}],
  "records": [
    [1,"Dacoity",2,2,1,15,4],
    [2,"Robbery",47,46,0.97,143,35],
    [3,"Burglary",47,44,0.9361,103,49],
    [4,"Auto Theft",149,147,0.9865,245,117],
    [5,"Cattle Theft",98,97,0.9865,268,88],
    [6,"Theft",156,142,0.9102,428,145]
]}
