Method: Sequel::Postgres::JSONOpMethods#pg_json

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

#pg_jsonObject

Wrap the receiver in an JSONOp so you can easily use the PostgreSQL json functions and operators with it.


1344
1345
1346
# File 'lib/sequel/extensions/pg_json_ops.rb', line 1344

def pg_json
  JSONOp.new(self)
end