Skip to content

Initializer

init(json:)

Initialize a SQLiteDataDecoder with a JSON decoder.
init(json: JSONDecoder)

Parameters

json

A JSONDecoder to use for decoding types that can’t be directly converted.