jsoneditor v3.2.0 Release Notes

Release Date: 2015-01-25 // over 9 years ago
    • Implemented shortcut keys Ctrl+\ to format and Ctrl+Shift+\ to compact JSON when in mode text or code.
    • Before an error is thrown because of invalid text, the editor first tries to sanitize the text (replace JavaScript notation with JSON notation), and only after that throws the error.
    • 🛠 Fixed Node.path() not working for a JSON Object "". Thanks @tomalec.
    • Minor styling improvements.
    • 🛠 Fixed configured indentation not being applied to Ace editor.