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
103 104 105
# File 'opal/stdlib/json.rb', line 103
def
to_json
to_s
.
to_json
end