Help for this page
Select Code to Download
Select
or
download this
use JSON qw(encode_json); my $app = sub { return [200, [], [encode_json [] ]] };