> Values should be only text. Outside of the handful clear specified cases of numbers and maybe true/false/none, they should not have any other interpretation on the parser.
I think simpler way would be just forcing quoting on text. That fixes the boolean and the different base numerics problem
I think simpler way would be just forcing quoting on text. That fixes the boolean and the different base numerics problem