Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link to Mojo::JSON for details
  • Loading branch information
kraih committed Jan 30, 2014
1 parent af12908 commit 42a9b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -226,7 +226,7 @@ performed.
=head2 Rendering JSON

The C<json> stash value allows you to pass Perl data structures to the
renderer which get directly encoded to JSON.
renderer which get directly encoded to JSON with L<Mojo::JSON>.

$self->render(json => {foo => [1, 'test', 3]});

Expand Down

0 comments on commit 42a9b69

Please sign in to comment.