# File lib/chef_zero/rest_base.rb, line 247
    def to_json(data)
      FFI_Yajl::Encoder.encode(data, :pretty => true)
    end