Help for this page

Select Code to Download


  1. or download this
    MyApp->to_app;
    builder {
        enable 'Deflater';
        mount '/' => MyApp->to_app;
        mount '/json' => MyApp::Controller->to_app;
    }
    
  2. or download this
    serializer: "JSON"
    engines:
    ...
               allow_blessed: 1
               canonical: 0
               utf8: 1
    
  3. or download this
    set serializer => 'JSON';