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, i develop an HTML5 application using json-editor, and I've find this problem using Internet Explorer. I**mg1_** I clicked property button and I add a new property. ![1](https://cloud.githubusercontent.com/assets/7147846/17848824/e8630450-6855-11e6-9c98-c3b4ac577712.png) **Image 2**...

Bugfix to handle e.g. "additionalProperties": {"$ref": "#"}

First off, I love what you've done here. Very cool. It would be nice if I could force the properties of an object to be displayed in separate tabs. For...

When updating JSON schema with new optional properties and then loading a JSON which does not have that optional properties, they are not shown in the editor. How to reproduce:...

I have the following configuration, However, I observe that my view the sections are coming in the wrong order. Can you give me any suggestions for a fix. ``` schema:{...

This is my schema below ``` { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "model": { "type": "object", "properties": { "description": { "type": "string" }, "plural": { "type": "string" }, "fields": { "type":...

I have some schema like this: ``` schema: { title: "TOPICS AND RULES", disable_edit_json: true, disable_properties: true, disable_array_reorder: true, disable_collapse: true, type: "array", name: "some name", format: "tabs", items: {...

Any ideas why setting value to editor in IE 11 ` editor.setValue(configurationJSON); ` takes a lot of time (16 sec in my case) against miliseconds in Chrome and FF? ```...

When the object properties count so many, and propertyOrder undefined, then render disordered editor. so, set a smart default value, ensure order of editor.

Has anyone used this in a react application? It would be nice to have **react component** that would take as props, the json-editor options including the schema and a callback...