Method: Sequel::SQLite::JSONBaseOp#json

Defined in:
lib/sequel/extensions/sqlite_json_ops.rb

#jsonObject Also known as: minify

Returns an expression for a minified version of the JSON.

json_op.json   # json(json)
[View source]

148
149
150
# File 'lib/sequel/extensions/sqlite_json_ops.rb', line 148

def json
  JSONOp.new(SQL::Function.new(:json, self))
end