ngs;
use strict;
use Carp;
use JSON::MaybeXS qw/JSON/;
use Plack::Request;
use Plack::Component;
our $VERSION = "2.001001";
$VERSION = eval $VERSION;
my $json = JSON->new->utf8->allow_blessed->conv
created web service will be a JSON-in JSON-out service. Requests to your application
are expected to have a C<Content-Type> of C<application/json; charset=UTF-8>. The JSON body
of a request will be th
e formatted into JSON as
well.
Note that if an API method does not return a hash-ref, this runner module will automatically
turn it into a hash-ref to ensure that conversion into JSON will be possibl