Returns a boolean expression for whether the JSON is valid or not.
212 213 214
# File 'lib/sequel/extensions/sqlite_json_ops.rb', line 212 def valid Sequel::SQL::BooleanExpression.new(:NOOP, SQL::Function.new(:json_valid, self)) end