ObjectDecoder

A thin wrapper around a native Swift dictionary providing an efficient decoding interface for a JSON object.

JSON.ObjectDecoder.swift:6
@frozen struct ObjectDecoder<CodingKey> where CodingKey : Hashable, CodingKey : RawRepresentable, CodingKey : Sendable, CodingKey.RawValue == String