Module: JSON::Ext::Generator::GeneratorMethods::Object
Relationships & Source Files | |
Defined in: | ext/json/generator/generator.c |
Instance Method Summary
-
#to_json(*) ⇒ ?
Converts this object to a string (calling
#to_s
), converts it to a ::JSON string, and returns the result.
Instance Method Details
#to_json(*) ⇒ ?
Converts this object to a string (calling #to_s
), converts it to a ::JSON string, and returns the result. This is a fallback, if no special method #to_json
was defined for some object.