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
120 121 122
# File 'opal/stdlib/json.rb', line 120
def
to_json
to_s
.
to_json
end