ObjectDecoder
A thin wrapper around a native Swift dictionary providing an efficient decoding interface for a JSON object.
@frozen struct ObjectDecoder<CodingKey> where CodingKey : Hashable, CodingKey : RawRepresentable, CodingKey : Sendable, CodingKey.RawValue == String