Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
edit(json, encoding = 'utf8')
public
Edit the string json with encoding encoding in the
editor.
# File ext/json/lib/json/editor.rb, line 1362
def edit(json, encoding = 'utf8')
start(encoding) do |window|
window.edit json
end
end