Skip to content

Commit

Permalink
Mojo::JSON is not so relaxed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 19, 2013
1 parent c563610 commit c7764bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.58 2013-11-17
4.58 2013-11-19
- Improved IIS and WebSphere compatibility of Mojo::Message::Request.
- Improved Mojo::Collection to allow join without arguments.
- Improved Mojo::DOM::HTML performance.
Expand Down
5 changes: 2 additions & 3 deletions lib/Mojo/JSON.pm
Expand Up @@ -347,9 +347,8 @@ Mojo::JSON - Minimalistic JSON
=head1 DESCRIPTION
L<Mojo::JSON> is a minimalistic and relaxed implementation of RFC 4627. While
it is possibly the fastest pure-Perl JSON parser available, you should not use
it for validation.
L<Mojo::JSON> is a minimalistic and possibly the fastest pure-Perl
implementation of RFC 4627.
It supports normal Perl data types like C<Scalar>, C<Array> reference, C<Hash>
reference and will try to call the C<TO_JSON> method on blessed references, or
Expand Down

0 comments on commit c7764bb

Please sign in to comment.