diff --git a/lib/JSON/PP.pm b/lib/JSON/PP.pm index 45d7a5b..660ae7b 100644 --- a/lib/JSON/PP.pm +++ b/lib/JSON/PP.pm @@ -1754,7 +1754,7 @@ and are also used to represent JSON C and C in Perl strings. On perl 5.36 and above, will also return true when given one of perl's standard boolean values, such as the result of a comparison. -See L, below, for more information on how JSON values are mapped to +See L, below, for more information on how JSON values are mapped to Perl. =head1 OBJECT-ORIENTED INTERFACE @@ -2413,7 +2413,7 @@ objects into JSON numbers. print $json->encode($bigfloat); # => 2.000000000000000000000000001 -See also L. +See also L. =head2 loose