json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

JSON Schema Based Editor

Results 104 json-editor issues
Sort by recently updated
recently updated
newest added

Hi, Can someone explain the difference between the above. They work the same in in form rendering. Was not able to understand difference. Documentation link will also helpful. Thank you

Hi, I have a schema with some field which doesnot exist in the startVal. That field is not getting rendering. Can you please help me with it ? Thanks, Vijay

Hi, I am using I want to use the default configuration as below. How to do that? disable_edit_json: true, disable_properties: false, disable_array_reorder: true, disable_array_delete_last_row: true, disable_array_delete_all_rows: true, collapsed: true, use_default_values:...

With this schema: ``` json { "type": "object", "properties": { "name": { "type": "string" }, "age": { "type": "integer" } } } ``` If user doesn't put any data in,...