# File lib/chef_zero/rest_base.rb, line 114 def json_response(response_code, json) already_json_response(response_code, FFI_Yajl::Encoder.encode(json, :pretty => true)) end