Subject: | normalize posted json |
Date: | Sat, 25 Jun 2016 00:25:40 +0300 |
To: | bug-Mojolicious-Plugin-UnicodeNormalize [...] rt.cpan.org |
From: | Alexander Karelas <alex.karelas [...] gmail.com> |
I saw the module's source code, I don't think that JSON data posted in a
request (where the entire body of a request is a JSON object) gets
normalized.
Could this module be modified so that the JSON body gets normalized too?
This would be useful for SPAs (single-page applications) where all
POST/PUT/PATCH/etc web requests to the Mojolicious server have JSON bodies.
Thanks.