Subject: | JSON::Converter treats strings that look like numbers as numbers. |
Date: | Thu, 27 Apr 2006 16:52:35 -0400 |
To: | bug-json [...] rt.cpan.org |
From: | Rocco Caputo <rcaputo [...] pobox.com> |
From the attached test case:
# JSON::Converter is treating strings that look like numbers as
# numbers. For example, the string "08" looks like an invalid octal
# number. JSON::Parser is treating them as numbers and is rightfully
# blowing up on invalid characters such as "8" and "." in octal
# values.
--
Rocco Caputo - rcaputo@cpan.org
Message body not shown because it is not plain text.