Updated Mojo into Raw JSON sent list (markdown)

Finn 2016-09-05 18:19:58 +01:00
parent d51a1893b8
commit 1c60ba7ab5

@ -31,16 +31,6 @@ Extracts JSON data, so for example in this scenario it would get this JSON:
```
And out of that would get the "SOMETHING" as text data.
```Perl
$self->render( status => 403 );
```
Sends as the JSON:
```JSON
{
"status": 403,
}
```
```Perl
my $json = $self->req->json;
```