# File lib/chef/data_bag.rb, line 111
    def to_json(*a)
      to_hash.to_json(*a)
    end