Module: JSON::Pure::Generator::GeneratorMethods::Object

Defined in:
lib/extensions/json/json/pure/generator.rb

Instance Method Summary collapse

Instance Method Details

#to_json(*args) ⇒ Object

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.



203
# File 'lib/extensions/json/json/pure/generator.rb', line 203

def to_json(*args) to_s.to_json end