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