When it comes to JSON validation, I would like to mention... - https://metacpan.org/pod/JSON::Validator - Much more up to date than JSON::Schema - https://metacpan.org/release/Swagger2 - Framework for building REST APIs - https://metacpan.org/pod/Mojolicious::Plugin::OpenAPI - Going to be successor of M::P::Swagger2
Please join #swagger on irc.perl.org for questions or feedback. On Tuesday, June 14, 2016 at 7:55:41 AM UTC+2, Pavel K wrote: > > What about validation on json params? > my $params = $s->req->json; > > like this: > my $validation = $s->validation; > $validation->output; > > :) > суббота, 11 июня 2016 г., 22:12:28 UTC+3 пользователь sri написал: >> >> Hey everyone, it's that time of the year again! :) >> >> In this thread you can post changes or features you would like to see in >> Mojolicious, no rules, just say what's on your mind. >> >> P.S.: You're welcome to take a look at previous threads ( >> https://groups.google.com/d/msg/mojolicious/hZu18SdEmbc/pEzv8diuA-gJ) to >> get an idea for what has already been discussed before. >> >> -- >> sebastian >> > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
