Releases: Channe/SwiftAnyCodable
Releases · Channe/SwiftAnyCodable
Modify AnyCodableDictionary
add AnyCodableDictionary
public struct AnyCodableDictionary: Codable, Sendable {
private var storage: [String: AnyCodableValue] = [:]
}
Literal Support
1.0.1 Literal Support
Swift 6 & Sendable Support
Swift 6 & Sendable Support