Home | History | Annotate | Download | only in perl5

Lines Matching refs:represent

863 and are also used to represent JSON C<true> and C<false> in Perl strings.
1216 exception when it encounters values it cannot represent in JSON (for
1771 might represent more values exactly than floating point numbers.
1773 If the number consists of digits only, C<JSON> will try to represent
1774 it as an integer value. If that fails, it will try to represent it as
1786 represent most decimal fractions exactly, and when converting from and to
1802 they represent as C<true> and C<false> respectively.
2070 C<JSON::Boolean> does not represent C<null>.