# File lib/json-schema/validator.rb, line 401 def validate_json!(schema, data, opts={}) validate!(schema, data, opts.merge(:json => true)) end