From 1c60ba7ab5e3d362227606f37d331d9e26048a67 Mon Sep 17 00:00:00 2001 From: Finn Date: Mon, 5 Sep 2016 18:19:58 +0100 Subject: [PATCH] Updated Mojo into Raw JSON sent list (markdown) --- Mojo-into-Raw-JSON-sent-list.md | 10 ---------- 1 file changed, 10 deletions(-) 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; ```