Help for this page

Select Code to Download


  1. or download this
    use Dancer2;
    set serializer => 'Mutable';
    ...
        return { id => $id, name => 'frank' };
    }
    dance;
    
  2. or download this
     {"id" => 1,"name" => "frank"} did not pass type constraint "Value" (i
    +n $self->{"content"})
        "Value" is defined as: (defined($_) and not ref($_)) in /usr/local
    +/share/perl5/Dancer2/Core/App.pm l. 1473