module
JSON::Editor
ruby latest stable
No documentation available for this module.
Included modules
- JSON::Editor::Gtk
Constants
ALL_NODES = (ALL_TYPES + %w[Key]).sort
ALL_TYPES = (%w[TrueClass FalseClass Numeric String NilClass] +\nCONTAINER_TYPES).sort
CONTAINER_TYPES = %w[Array Hash].sort
CONTENT_COL = 0, 1, 2
DEFAULT_DIALOG_KEY_PRESS_HANDLER = lambda do |dialog, event|\ncase event.keyval\nwhen Gdk::Keyval::GDK_Return\ndialog.response Dialog::RESPONSE_ACCEPT\nwhen Gdk::Keyval::GDK_Escape\ndialog.response Dialog::RESPONSE_REJECT\nend\nend
TITLE = 'JSON Editor'.freeze
Attributes
| [R] | window |
Files
- ext/json/lib/json/editor.rb