# File lib/chef_zero/rspec.rb, line 330 def dejsonize(data) if data.is_a?(String) data else FFI_Yajl::Encoder.encode(data, :pretty => true) end end