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.
# File lib/gist/json.rb, line 639 def to_json(*) to_s.to_json end
[Validate]
Generated with the Darkfish Rdoc Generator 2.