class Jennifer::Model::JSONConverter
- Jennifer::Model::JSONConverter
- Reference
- Object
Overview
Default converter for JSON::Any
fields.
Converts json string to JSON::Any
and back.
Defined in:
jennifer/model/json_converter.crClass Method Summary
- .coerce(value : String, _options) : JSON::Any?
- .from_db(pull, options)
- .from_hash(hash : Hash, column, options)
- .to_db(value : JSON::Any, options) : String
- .to_db(value : Nil, options) : Nil