ion-js
ion-js copied to clipboard
Text ints/floats with underscores are unsupported
12_34.56_78e0
produces the error:
Error: invalid character after number
After inspection there is no logic flow for skipping over underscores in the parser.