Method: Sequel::Postgres::JSONBaseOp#each_text

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

#each_textObject

Returns a set of key and value pairs, where the keys and values are both text.

json_op.each_text # json_each_text(json)


262
263
264
# File 'lib/sequel/extensions/pg_json_ops.rb', line 262

def each_text
  function(:each_text)
end