file: code/Winxle-Admin/WinxleRequest.pm 47: sub got_json { 48: my $self = shift; 49: my $got = $self->content; 50: return JSON::XS::decode_json($got); 51: }