File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/PostgresNIO/Utilities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import Foundation
22
3- /// A protocol that mimmicks the Foundation `JSONDecoder.decode(_:from:)` function.
3+ /// A protocol that mimicks the Foundation `JSONDecoder.decode(_:from:)` function.
44/// Conform a non-Foundation JSON decoder to this protocol if you want PostgresNIO to be
55/// able to use it when decoding JSON & JSONB values (see `PostgresNIO._defaultJSONDecoder`)
66public protocol PostgresJSONDecoder {
Original file line number Diff line number Diff line change 11import Foundation
22
3- /// A protocol that mimmicks the Foundation `JSONEncoder.encode(_:)` function.
3+ /// A protocol that mimicks the Foundation `JSONEncoder.encode(_:)` function.
44/// Conform a non-Foundation JSON encoder to this protocol if you want PostgresNIO to be
55/// able to use it when encoding JSON & JSONB values (see `PostgresNIO._defaultJSONEncoder`)
66public protocol PostgresJSONEncoder {
You can’t perform that action at this time.
0 commit comments