We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a3b860 + 46dc86d commit f4c7549Copy full SHA for f4c7549
lib/JSON/PP.pm
@@ -1754,7 +1754,7 @@ and are also used to represent JSON C<true> and C<false> in Perl strings.
1754
On perl 5.36 and above, will also return true when given one of perl's
1755
standard boolean values, such as the result of a comparison.
1756
1757
-See L<MAPPING>, below, for more information on how JSON values are mapped to
+See L</MAPPING>, below, for more information on how JSON values are mapped to
1758
Perl.
1759
1760
=head1 OBJECT-ORIENTED INTERFACE
@@ -2413,7 +2413,7 @@ objects into JSON numbers.
2413
print $json->encode($bigfloat);
2414
# => 2.000000000000000000000000001
2415
2416
-See also L<MAPPING>.
+See also L</MAPPING>.
2417
2418
=head2 loose
2419
0 commit comments