in reply to Re^3: Need same JSON response from Mojo & CGI::Appin thread Need same JSON response from Mojo & CGI::App
$c->render( json => { 'Hello' => undef } ); [download]