# File lib/active_support/json/backends/yaml.rb, line 10
        def decode(json)
          raise "The Yaml backend has been deprecated due to security risks, you should set ActiveSupport::JSON.backend = 'OkJson'"
        end