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