Returns an expression for a minified version of the JSON.
json_op.json # json(json)
148 149 150
# File 'lib/sequel/extensions/sqlite_json_ops.rb', line 148 def json JSONOp.new(SQL::Function.new(:json, self)) end