JSONedit icon indicating copy to clipboard operation
JSONedit copied to clipboard

User friendly, visual JSON editor built as an Angular 1 directive.

Results 9 JSONedit issues
Sort by recently updated
recently updated
newest added

Hi, Please help me to show the attribute level data in this tree having _or @. I dont want to treat attrbiutes to act as child element which currently happen...

Disabled add button to avoid empty value to be stored in the JSON.

I would like to add a `Table` type along with the existing types (e.g., `Text`, `Boolean`), so that users could fill in a table and add it to the JSON...

question

"child" binding updates may not propagate to ng-repeat. Using parent scope reference fixes this (simpler example here http://stackoverflow.com/questions/24774435/angularjs-ng-model-inside-ng-repeat-via-key-val-not-updating) Bug steps are here http://stackoverflow.com/questions/41007472/a-bug-in-a-json-editor-by-angularjs Note: updated only default switch, please fix...

Hi I changed JSONedit a little for my project and I think these changes are useful: -Bug fix: Array values now changed correctly. -Add json-change-key attribute to directive so now...

Works fine for Chrome on my Macbook Pro but not Safari 7.0.6. Every click in the tree or in the textarea shifts the focus back to the initial element of...

Hi, If I use a long json, as in the following example, stripes get out of sync with the text. Is there an easy way to solve it? Thanks {...

![screen shot 2013-09-16 at 10 15 33 pm](https://f.cloud.github.com/assets/704451/1152423/de377dde-1f0c-11e3-8dd5-26d5bbf21b2b.png)

enhancement

Try to add new text property into catalog with value 1. It is converted into json as 1 (number) not "1"(string), if you will try enter value as "1", it...

enhancement