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