Replies: 1 comment
-
There are a few of these already. See the "Editor" filter on the tools page. I think JSON Buddy and Liquid JSON Schema Editor are the most notable. Personally, I think this is the wrong approach. It's not my experience that a project is just a JSON Schema project. It's almost always that a project has JSON Schemas it uses for various things. If I'm working on a Java project, I don't want to have to leave my Java IDE/editor and open a JSON Schema editor to work on my schemas. I want to be able to work on my whole project in one place. That's why I'm working on a JSON Schema Language Server. Language servers integrate with all major IDEs and editors. You can have all the features you would have in a separate tool, but integrated directly into your normal development environment. |
Beta Was this translation helpful? Give feedback.
-
Objective: Develop an integrated development environment (IDE) tailored for JSON Schema, facilitating seamless creation, editing, visualization, and validation of JSON Schemas.
Key Features:
Beta Was this translation helpful? Give feedback.
All reactions