文書   >   Foundation   >   Archives and Serialization   >   JSONEncoder   >   JSONEncoder.OutputFormatting   >   init(rawValue:)
イニシャライザ
init(rawValue:)
概要は利用できません。
宣言
関連
プロトコルから
RawRepresentable
以下も見よ
出力形式
static let prettyPrinted: JSONEncoder.OutputFormatting
出力を読みやすくするために、十分な空白とインデントを使用する出力書式設定オプション。
static let sortedKeys: JSONEncoder.OutputFormatting
キーを辞書の順序にソートする出力書式設定オプション。