json-parser
json-parser copied to clipboard
🌐 A JSON lexer and parser built according to the official ECMA-404 JSON Data Interchange Standard
Results
2
json-parser issues
Sort by
recently updated
recently updated
newest added
I know it has taken me a while but I have finally got around to making a pull request to fix the issue I spotted. You know what they say,...
According to the [ECMA-404 standard](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) (see section __9 String__) control characters are allowed within JSON strings as long as they are escaped correctly. Therefore, the string regex given in this...