Help for this page

Select Code to Download


  1. or download this
       package UW::Controller::Site;
    use utf8;
    ...
    $c->stash->{json_data}->{rows} = \@row_data;
    $c->stash->{current_view}  = 'JSON';
    }
    
  2. or download this
    {"current_view":"JSON","json_data":{"page":0,"records":"8","rows":[{id
    +:1,
    cell:["test1","6"]},{id:2, cell["test2","7"]}],"total":1}}
    
  3. or download this
    { total: "xxx", page: "yyy", records: "zzz", rows : [ {id:"1",
    cell:["cell11", "cell12", "cell13"]}, {id:"2", cell:["cell21",
    "cell22", "cell23"]}, ... ] }