# File lib/chef/json_compat.rb, line 102
      def to_json(obj, opts = nil)
        obj.to_json(opts_add_max_nesting(opts))
      end