Releases: AdrianSanguineti/json-parse-validator
Releases · AdrianSanguineti/json-parse-validator
v1.1.2
v1.1.1
Package references updated to fix security vulnerabilities.
v1.1.0
- Added support for detecting various whitespace characters that result in a SyntaxException when processed by JSON.parse().
- Each detected invalid character is now returned as a separate problem with the document.
- Added quickfix actions to replace invalid characters with normal whitespace (\u020) or remove from document.
v1.0.0
Initial release of the extension:
- Automatically parses document when in JSON language mode, and displays error in PROBLEMS window.
- 'Parse with JSON.parse()' command to parse any open document on demand.