Skip to content

Releases: Channe/SwiftAnyCodable

Modify AnyCodableDictionary

17 Oct 16:50

Choose a tag to compare

1.0.3

Modify AnyCodableDictionary

add AnyCodableDictionary

17 Oct 14:55

Choose a tag to compare

public struct AnyCodableDictionary: Codable, Sendable {
private var storage: [String: AnyCodableValue] = [:]
}

Literal Support

17 Oct 11:53

Choose a tag to compare

1.0.1

Literal Support

Swift 6 & Sendable Support

17 Oct 11:08

Choose a tag to compare

Swift 6 & Sendable Support