Opal Docs
»
Index (O)
»
Object
Class: Object
Inherits:
BasicObject
Defined in:
opal/stdlib/json.rb
Instance Method Summary
collapse
#
to_json
⇒ Object
Instance Method Details
#
to_json
⇒
Object
108 109 110
# File 'opal/stdlib/json.rb', line 108
def
to_json
to_s
.
to_json
end