All notable changes to the "json-parse-validator" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- None
- Fixed logo
- None
- Upgrade NPM package references to fix packages with known security vulnerabilities.
- Added support for detecting various whitespace characters that result in a
SyntaxExceptionwhen processed byJSON.parse(). - Added quickfix actions to replace invalid characters with normal whitespace (
\u020) or remove from document.
- Unexpected token error in an invalid JSON document now only appears for characters the extension is not looking for.
- Initial release