react-ace
react-ace copied to clipboard
JSON validation does not catch leading zeros
Problem
The JSON validation in the react-ace library fails to detect and raise an error when a JSON number contains a leading zero. According to the JSON specification, leading zeros are not allowed in numbers. This can result in incorrect parsing and unexpected behavior when working with JSON data.
@noa-dav How you enabled JSON validation in Ace editor, Can you help me with some snippets
@pranavmappoli have you got any answer