Module Sequel::Postgres::JSONOpMethods
In: lib/sequel/extensions/pg_json_ops.rb

Methods

pg_json  

Public Instance methods

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

[Source]

     # File lib/sequel/extensions/pg_json_ops.rb, line 201
201:       def pg_json
202:         JSONOp.new(self)
203:       end

[Validate]