in reply to Re^3: Need same JSON response from Mojo & CGI::App
in thread Need same JSON response from Mojo & CGI::App

How about
$c->render( json => { 'Hello' => undef } );