Object
Wrap the JSONHash instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.
JSONHash
JSONOp
# File lib/sequel/extensions/pg_json_ops.rb 684 def op 685 JSONOp.new(self) 686 end