var keyDecodingStrategy : JSONDecoder.KeyDecodingStrategy
A value that determines how to decode a type’s coding keys from JSON keys.
ある値、それはどのようにある型のもつコーディングキーをJSONキーからデコードするかを決定します。
enum JSONDecoder.KeyDecodingStrategy
The values that determine how to decode a type’s coding keys from JSON keys.
いくつかの値、それらはどのようにある型のもつコーディングキーをJSONキーからデコードするかを決定します。
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データのトップレベルが辞書であるとデコーディングが仮定することを指定します、たとえそれが波括弧で開始そして終了しないとしても。