Skip to content

JSON Editor 0.7.12

Compare
Choose a tag to compare
@jdorn jdorn released this 06 Oct 05:57
· 151 commits to master since this release

Changelog

  • Fix bug with object properties named type
  • Add setOption method for changing options dynamically (currently only supports the show_errors option)
// Show all errors
editor.setOption('show_errors','always');

// Hide all errors
editor.setOption('show_errors','never');