Codable
systemThe framework aims to solve three major pain points experienced with Swift's Codable
system:
Codable
PotentCodables currently supports Swift Package Manager for project integration. Add a package dependency similar to the following:
.package(url: "https://github.com/outfoxx/PotentCodables.git", from: "1.0.0")
link |
Stars: 57 |
Last commit: 4 weeks ago |
Source
types to be Encodable
or Decodable
by @kdubb in https://github.com/outfoxx/PotentCodables/pull/58decodeContents(using:)
and use generic sequence in encode(:,using:)
for UnkeyedDecodingContainer
by @kdubb in https://github.com/outfoxx/PotentCodables/pull/59ValueCodingTransformerProviding
that allows encoding/decoding without implmenting Codable
by @kdubb in https://github.com/outfoxx/PotentCodables/pull/60mutating
from extenions on SingleValueDecodingContainer
by @kdubb in https://github.com/outfoxx/PotentCodables/pull/61Full Changelog: https://github.com/outfoxx/PotentCodables/compare/3.1.1...3.2.0
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics