Type Aliases
The following type aliases are available globally.
-
A protocol composed of
SafeJSONRepresentable
,FailableJSONRepresentable
, andLosslessJSONConvertible
.Declaration
Swift
public typealias JSONRepresentable = SafeJSONRepresentable & FailableJSONRepresentable & LosslessJSONConvertible