JSONBaseOp
subclass for the json type
Public Instance methods
pg_json()
Return the receiver, since it is already a JSONOp
.
[show source]
# File lib/sequel/extensions/pg_json_ops.rb 320 def pg_json 321 self 322 end