Fixed
Details
Assignee
UnassignedUnassignedReporter
importimportPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
import
importPriority

Created July 28, 2015 at 11:51 PM
Updated May 7, 2021 at 2:45 AM
Resolved May 7, 2021 at 2:45 AM
Handling of numeric literals doesn't perform according to the JSON spec.
Example:
Both of these examples parse the number as 123. According to the spec, this should actually be an invalid number and throw an exception. NB this restriction does not seem to apply to a number in the exponent, so a number like 1e0003 should be parsed as 1000.0. We handle this case correctly now.