Method: Sequel::SQLite::JSONBaseOp#jsonb
- Defined in:
- lib/sequel/extensions/sqlite_json_ops.rb
#jsonb ⇒ Object
Returns the JSONB format of the JSON.
json_op.jsonb # jsonb(json)
156 157 158 |
# File 'lib/sequel/extensions/sqlite_json_ops.rb', line 156 def jsonb JSONBOp.new(SQL::Function.new(:jsonb, self)) end |