Libraries
»
motion-http
(1.0.0)
»
Index (O)
»
Object
Class: Object
Inherits:
BasicObject
Defined in:
lib/cocoa/json.rb
,
lib/android/json.rb
Instance Method Summary
collapse
#
to_json
⇒ Object
Instance Method Details
#
to_json
⇒
Object
23 24 25
# File 'lib/cocoa/json.rb', line 23
def
to_json
JSON
.
generate
(
self
)
end