Other Classes

The following classes are available globally.

  • ExtendedJSONDecoder facilitates the decoding of ExtendedJSON into Decodable values.

    See more

    Declaration

    Swift

    public class ExtendedJSONDecoder
    extension ExtendedJSONDecoder: ContentDecoder
  • Facilitates the encoding of Encodable values into ExtendedJSON.

    See more

    Declaration

    Swift

    public class ExtendedJSONEncoder
    extension ExtendedJSONEncoder: ContentEncoder