# File lib/chef/encrypted_data_bag_item.rb, line 104 def for_decrypted_item Yajl::Parser.parse(decrypted_data)["json_wrapper"] end