open(item)
Open a file and load it into the editor. Ask to save the JSON document first, if unsaved changes have occured.
# File ext/json/lib/json/editor.rb, line 496 def open(item) window.file_open end