Method: Sequel::Postgres::JSONDatabaseMethods#typecast_json_strings
- Defined in:
- lib/sequel/extensions/pg_json.rb
#typecast_json_strings ⇒ Object
Whether to typecast strings for json/jsonb types as JSON strings, instead of trying to parse the string as JSON. False by default.
363 364 365 |
# File 'lib/sequel/extensions/pg_json.rb', line 363 def typecast_json_strings @typecast_json_strings end |