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