JSONEncoder

extension JSONEncoder
  • Undocumented

    Declaration

    Swift

    public func encodeJSONObject<T>(_ value: T, options opt: JSONSerialization.ReadingOptions = []) throws -> Any where T : Encodable