json-editor
json-editor copied to clipboard
JSON Schema Based Editor
Similar to #521, but instead of tooltips this adds info icons that you can hover over to see the text. ```json { "type": "string", "title": "Name", "options": { "infoText": "Your...
This allows the addition of more detailed descriptions for each property of the schema. Usage is as simple as adding a "tooltip" field into the property, as stated in the...
1. I am creating the container for jsonEditor through jQuery 2. Initialising jsonEditor instance with the container "Element" and options 3. Attaching the element to my DOMTree `var divHolderTrim =...
This is really great!!! However, it is not reached version1.0 yet. Can we use this in production? Anybody using it in a large scale production environment?
This is an awesome project, but it looks like there's no more active development. @jdorn What are your plans regarding json-editor?
Hello, is it possible to generate some kind of GUID for array items? Maybe it could be done by intercepting something when the item is added. The goal of the...
This option disable the type switcher of the "multiple" editor. This prevent to change type of existing additional properties of a JSON use as start values but that was not...
If I have something like this: ``` { "title": "Person", "type": "object", "properties": { "name": { "type": "string", "description": "First and Last name", "minLength": 4, "default": "Jeremy Dorn" }, "has_pets":...
I am using the SCEditor and it works fine with the starting values and also when I edit the input inside the editor. The only problem is when I click...
Hi, I'm using the SCEditor plugin and when I click on Move up / down or Property Add buttons the texts in SCEditor disappear. If I switch the SCEditor to...