molsonkiko / JsonToolsNppPlugin

A Notepad++ plugin providing tools for JSON like linting, querying, a tree view, and CSV conversion.
Apache License 2.0
70 stars 9 forks source link

Support JSON Schema or JSON Type Definition #24

Closed baka0815 closed 1 year ago

baka0815 commented 1 year ago

It would be great if support for validation would be added like in the XML Tools which are available for Notepad++.

Two possible JSON validation types would be

  1. JSON Schema https://json-schema.org/

  2. JSON Type Definition https://jsontypedef.com/

Would be great if validation of JSON structures via one or the other (or both) would be supported.

molsonkiko commented 1 year ago

Hi @baka0815 , I hope this latest release addresses this request.

I do hope to introduce generation of JSON schemas from JSON a la GenSON, but that is a substantially more difficult task, so I'm pushing this out first and saving that for a separate release.

baka0815 commented 1 year ago

Thanks @molsonkiko!