diff --git a/Mojo-into-Raw-JSON-sent-list.md b/Mojo-into-Raw-JSON-sent-list.md index b761426..9c48b5f 100644 --- a/Mojo-into-Raw-JSON-sent-list.md +++ b/Mojo-into-Raw-JSON-sent-list.md @@ -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; ```