JSONBaseOp subclass for the json type
Return the receiver, since it is already a JSONOp.
# File lib/sequel/extensions/pg_json_ops.rb, line 270 def pg_json self end
The json type functions are prefixed with json_
# File lib/sequel/extensions/pg_json_ops.rb, line 277 def function_name(name) "json_#{name}" end