Method: Sequel::Postgres::JSONValueOp#on_empty

Defined in:
lib/sequel/extensions/pg_json_ops.rb

#on_emptyObject (readonly)

How to handle cases where the JSON path expression evaluation yields an empty set.


997
998
999
# File 'lib/sequel/extensions/pg_json_ops.rb', line 997

def on_empty
  @on_empty
end