Encodable

public extension Encodable

Encodable+Presentable enocdes an encodable object into strings

Author

Adamas

Version

1.9.2

Date

06/07/2022
  • Encode the object into a JSON string

    Declaration

    Swift

    var jsonString: String? { get }