jsoneditor v3.1.0 Release Notes

Release Date: 2014-07-28 // almost 10 years ago
    • JSONEditor now accepts JavaScript objects as input, and can turn them into valid JSON. For example {a:2,b:'str'} can be turned into {"a":2,"b":"str"}.
    • Implemented an option editable, a callback function, which allows to set individual nodes (their field and/or value) editable or read-only.
    • 🛠 Fixed: shortcut keys to manipulate the nodes are now disabled when mode is form or view.