enum JSONDecoder.KeyDecodingStrategy
The values that determine how to decode a type’s coding keys from JSON keys.
いくつかの値、それらはどのようにある型のもつコーディングキーをJSONキーからデコードするかを決定します。
var userInfo : [CodingUserInfoKey : Any]
A dictionary you use to customize the decoding process by providing contextual information.
デコーディング処理を文脈的な情報を提供することによってカスタマイズするためにあなたが使う辞書。
var allowsJSON5 : Bool
Specifies that decoding supports the JSON5 syntax.
デコーディングがJSON5構文をサポートすることを指定します。
var assumesTopLevelDictionary : Bool
Specifies that decoding assumes the top level of the JSON data is a dictionary, even if it doesn’t begin and end with braces.
JSONデータのトップレベルが辞書であるとデコーディングが仮定することを指定します、たとえそれが波括弧で開始そして終了しないとしても。