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

I would like to know if there is any way to directly input json data and have the editor populate the fields so that the user can edit existing json...

![20170529_jsoneditor_selfreference_issue](https://cloud.githubusercontent.com/assets/20010694/26546663/537119be-4495-11e7-9329-7b6843334c41.png) Hi, I just checked an examples of recursive reference in the examples folder. In the sample file **examples/recursive.html**, if I change the schema like this: ``` { // The...

hi why the component cache the value data ? i had to refresh page to clean cache :(

A simple checkbox schema: ``` { "type": "array", "format": "checkbox", "uniqueItems": true, "items": { "type": "string", "enum": ["value1","value2"] } } ``` The page will display `value1` and `value2` in the...

Hello All, I am running into the issue of the JSONEditor being very very slow. My application works by clicking on an item in a list, and the JSONEditor populates...

This library is too good however it can help alot of users if you guys add a small feature. Let me explain you. When I put my json and update...

Hi, Here is my schema: ``` json { "type" : "object", "properties" : { "Makes" : { "type" : "array", "enum" : [["Toyota","Honda","Ford"]], "options" : { "hidden" : true} },...

Hi Can anyone share example for filtering values? For example for handlebars this give me error (Missing helper: filter): ` {` ` "type": "string",` ` "watch": {` ` "scene": "root.accessories"`...

Hi When clicking on the context-menu icon in tree mode next to an array element that already has the loaded value of STRINGVAL and is rendered on screen as STRINGVAL...

Hi! My problem is, that I want to build a multi-level multi-select form and I need different boolean values in different levels. Currently I use a table with a list...