Type Alias

JSONEncoder.Output

The type of output produced by the JSON encoder. JSONエンコーダによって生み出される出力の型。

Declaration 宣言

typealias Output = Data

Discussion 議論

The JSON encoder produces Data-type output. JSONエンコーダは、Data型の出力を生み出します。