Required Static Methodgrdb 7.3.0GRDB

databaseJSONDecoder(for:)

Returns the JSONDecoder that decodes the value for a given column.

FetchableRecord.swift:175
static func databaseJSONDecoder(for column: String) -> JSONDecoder

This method is dedicated to FetchableRecord types that also conform to the standard Decodable protocol and use the default init(row:) implementation.