# File lib/grape/formatter/json.rb, line 5 def call(object, env) return object.to_json if object.respond_to?(:to_json) MultiJson.dump(object) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.