- Notifications
You must be signed in to change notification settings - Fork 690
Closed
Labels
Description
When having minus in front of a (number) value the parser cannot handle the JSON
> alasql "SELECT * FROM @[{delay:5},{delay:-7}]" [Error: Parse error on line 1: ...M @[{delay:5},{delay:-7}] -----------------------^ Expecting 'COLON', got 'COLONDASH']Workaound in the moment: put ' around the negative numbers ('-7')
Copilot