JsonConvertible
public protocol JsonConvertible
Undocumented
-
asJsonDecoded(to:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func asJsonDecoded<Output>(to type: Output.Type) throws -> Output where Output : Decodable
View on GitHub
Install in Dash
JsonConvertible Protocol Reference