json-editor
json-editor copied to clipboard
JSON Schema Based Editor
@jdorn: Thanks for merging #461 -- it's something that I also needed. I am noticing one problem though, and I'm not sure the best way to go about fixing it....
Hi, need help on this My schema : { "type": "object", "title": "Approved In GPS ?", "options": { "keep_oneof_values": false }, "oneOf": [ { "title": "Yes", "type": "object", "required": [...
i have a problem that i have 2 tab i wanna output just show output of the current tab not all tnx
Hi, I have configured json-schema to build a bootstrap3 form and I took reference from http://jeremydorn.com/json-editor/ for bootstrap grid system layout but somehow bootstrap classes was not applying. I am...
As i said in the title, disable_collapse, disable_edit_json set to true just display: none the button not the div around so you get some unpopulated empty space between title and...
It's horrible headache to adjust/customize anything if you just want to use pure html version. I really can't understand why is there so much inline CSS? for example, making array...
Added bootstrap 4 theme and updated option for it in demo.html
I am using json-editor mainly as a subcomponent of Jenkins' [Extended Choice Parameter Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Extended+Choice+Parameter+plugin). I have an array of strings which I would like to filter using a regular expression....
#Hi, I was wondering if it was possible to populate the data of a certain array with the data entered in another array. It would need to create a new...
Hi, I'm trying to use your editor for following schema https://paste.scratchbook.ch/view/c913aac5. Editor says that schema is valid, and suggest me to edit Object1 or Condition instead of Response and Condition....