SmartJSONEditor / PublicDocuments

Public Documents
MIT License
51 stars 10 forks source link

Support JSON schema for editing and validating data #3

Open a2sheppy opened 6 years ago

a2sheppy commented 6 years ago

Please consider adding support for specifying a JSON schema to use when editing and validating JSON data. This will make creating valid, compatible JSON easier.

seinick commented 4 years ago

I would love this. It would be great to be able to edit the data based on the schema such as if I determine a do not want an attribute in my 10k objects, I delete it from the schema, and apply the schema, and then the app runs through and deletes the target attribute from each object. Instead of a more manual process to filter the attributes and delete them by writing javascript or selecting and deleting manually.

smshuja commented 3 years ago

I would love to purchase a pro version if json schema is supported. Currently I use VS Code with json schema support for editing json with intellisense.

CleanShot 2021-04-10 at 22 34 48@2x