Skip to content

Releases: AdrianSanguineti/json-parse-validator

v1.1.2

10 Apr 14:30

Choose a tag to compare

Patch to correct the extension's logo.

v1.1.1

10 Apr 14:12

Choose a tag to compare

Package references updated to fix security vulnerabilities.

v1.1.0

08 Dec 14:29
ceeec5d

Choose a tag to compare

  • 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

12 Jul 14:07

Choose a tag to compare

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.