class Sequel::Postgres::JSONHash

Public Instance Methods

op() click to toggle source

Wrap the JSONHash instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.

    # File lib/sequel/extensions/pg_json_ops.rb
613 def op
614   JSONOp.new(self)
615 end