Type Alias

JSONDecoder.Input

The type of input read by the JSON decoder. JSONデコーダによって読み出される入力の型。

Declaration 宣言

typealias Input = Data

Discussion 議論

The JSON decoder accepts Data-type input. JSONデコーダは、Data型の入力を受け取ります。