save_as(item)
Save the current JSON document under the given filename.
# File ext/json/lib/json/editor.rb, line 517 def save_as(item) window.file_save_as end