JSONDecodable

public typealias JSONDecodable = Decodable & JSONFormatProvider

A type that can decode itself from an external JSON representation.