Method: Sinatra::JSON#json
- Defined in:
- lib/sinatra/json.rb
#json(object, options = {}) ⇒ Object
97 98 99 100 |
# File 'lib/sinatra/json.rb', line 97 def json(object, = {}) content_type resolve_content_type() resolve_encoder_action object, resolve_encoder() end |