Object
:nocov:
Wrap the JSONArray instance in an JSONOp, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.
JSONArray
JSONOp
# File lib/sequel/extensions/pg_json_ops.rb 605 def op 606 JSONOp.new(self) 607 end