Initializer
init(jsonDecoder:)
Creates a
PostgresDecodingContext with the given PostgresJSONDecoder. In case you want to use a PostgresDecodingContext with an unconfigured Foundation JSONDecoder you can use the default context instead.init(jsonDecoder: JSONDecoder)
Parameters
jsonDecoderA
PostgresJSONDecoderto use when decoding objects from JSON.