content=(value)
Sets the content of this node to value.
# File ext/json/lib/json/editor.rb, line 200 def content=(value) self[CONTENT_COL] = value end