est params.
=back
=head1 SEE ALSO
=over 4
=item * L<Moose>
=item * L<URI::Escape>
=item * L<JSON>
=back
=head1 REPOSITORY
L<https://github.com/sheeju/JPList>
=head1 ACKNOWLEDGEMENTS
Develop
e' => 'sort-select',
'action' => 'sort',
'inStorage' => bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ),
'data' => {
'order' => '',
'type
'ignore' => ''
},
'isAnimateToTop' => bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ),
'inDeepLinking' => $VAR1->[0]{'inStorage'},
'name' => 'sort',
==================================== #
package JPList::Request;
use Moose;
use URI::Escape;
use JSON;
with 'JPList::Controls::Filter';
with 'JPList::Controls::Sort';
# ============================
c : decode params
=cut
sub _decode_request_params
{
my $self = shift;
return decode_json(uri_unescape($self->request_params));
}
# ======================================================