Method: JSI::JSON::HashNode#as_json
- Defined in:
- lib/jsi/json/node.rb
#as_json(*opt) ⇒ Object
returns a jsonifiable representation of this node's content
318 319 320 |
# File 'lib/jsi/json/node.rb', line 318 def as_json(*opt) # needs redefined after including Enumerable Typelike.as_json(content, *opt) end |