Skip to content

Releases: AdrianSanguineti/json-parse-validator

v1.1.2

Choose a tag to compare

@AdrianSanguineti AdrianSanguineti released this 10 Apr 14:30

Patch to correct the extension's logo.

v1.1.1

Choose a tag to compare

@AdrianSanguineti AdrianSanguineti released this 10 Apr 14:12

Package references updated to fix security vulnerabilities.

v1.1.0

Choose a tag to compare

@AdrianSanguineti AdrianSanguineti released this 08 Dec 14:29
ceeec5d
  • 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

Choose a tag to compare

@AdrianSanguineti AdrianSanguineti released this 12 Jul 14:07

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.