jsoneditor v9.6.0 Release Notes

Release Date: 2022-01-13 // over 2 years ago
    • 👀 Pass a new property value along with the onNodeName callback, see #1409. Thanks @brianpos.
    • Implement the value property of the callbacks onNodeName, onEditable, and onClassName for objects and arrays too (was undefined before). Since this can be a heavy recursive operation, the property is changed into a lazy getter.