BetterCodable
|
Better Codable through Property Wrappers |
Codextended
|
Extensions giving Swift's Codable API type inference super powers π¦ΈββοΈπ¦ΉββοΈ |
AnyCodable
|
Type-erased wrappers for Encodable, Decodable, and Codable values |
XMLCoder
|
Easy XML parsing using Codable protocols in Swift |
UserDefaultsStore
|
Why not use UserDefaults to store Codable objects π |
CodableWrappers
|
A Collection of PropertyWrappers to make custom Serialization of Swift Codable Types easy |
BinaryCodable
|
Swift Codable-like interfaces for binary representations. |
CodableCSV
|
Read and write CSV files row-by-row or through Swift's Codable interface. |
MoreCodable
|
MoreCodable expands the possibilities of `Codable`. |
DefaultCodable
|
A convenient way to handle default values with Swift Codable types |
IkigaJSON
|
A high performance JSON library in Swift |
MarkCodable
|
Swift Codable with human-friendly Markdown storage |
SwiftDB
|
A modern database abstraction layer, batteries included. |
CleanJSON
|
Swift JSON decoder for Codable |
MessagePack
|
A MessagePack encoder and decoder for Codable types |
RegularExpressionDecoder
|
A decoder that constructs objects from regular expression matches. |
GenericJSON
|
A simple Swift library for working with generic JSON structures |
Codability
|
Useful helpers for working with Codable types in Swift |
RxCodable
|
RxSwift wrapper for Codable |
multipart-kit
|
π Parses and serializes multipart-encoded data with Codable support. |
Stores
|
Typed key-value storage solution to store Codable types in various persistence layers with few lines of code! |
deep-codable
|
Encode and decode deeply-nested data into flat Swift objects |
AdaptiveCardUI
|
Snippets of UI, authored in JSON and rendered with SwiftUI |
MessagePacker
|
MessagePack serializer implementation for Swift. msgpack.org[Swift] |
Kodable
|
A supercharged extension of Codable |
Core
|
π Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging. |
TOMLDecoder
|
From TOML to Swift Codable types. |
SwiftyProvisioningProfile
|
Parse iOS mobile provisioning files into Swift models |
JSONFeed
|
A Swift encoder and decoder for the JSON Feed format |
PotentCodables
|
π§ͺ PotentCodables - A potent set of implementations and extensions to the Swift Codable system |
Microya
|
Micro version of the Moya network abstraction layer written in Swift. |
URLEncodedForm
|
π Parse and serialize url-encoded form data with Codable support. |
JSONtoCodable
|
A generating tool from Raw JSON to Codable (Swift4) text written in Swift4. |
apns
|
Fetching https://github.com/vapor/core.git
Updating https://github.com/vapor/json.git
Updated https://github.com/vapor/json.git (0.25s)
Updating https://github.com/vapor/clibressl.git
[1/20143] Fetching core
Updated https://github.com/vapor/clibressl.git (0.29s)
Updating https://github.com/vapor/bits.git
Updated https://github.com/vapor/bits.git (0.29s)
Updating https://github.com/vapor/random.git
Updated https://github.com/vapor/random.git (0.37s)
Updating https://github.com/vapor/jwt.git
Fetched https://github.com/vapor/core.git (1.49s)
Updating https://github.com/vapor/ctls.git
Updated https://github.com/vapor/jwt.git (0.38s)
Computing version for https://github.com/vapor/clibressl.git
Updating https://github.com/vapor/debugging.git
Updated https://github.com/vapor/ctls.git (0.27s)
Updating https://github.com/vapor/crypto.git
Updated https://github.com/vapor/debugging.git (0.26s)
Fetching https://github.com/vapor/node.git
Updated https://github.com/vapor/crypto.git (0.25s)
Updating https://github.com/krzyzanowskim/CryptoSwift.git
error: the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version: 5.7.3' to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it
error: 'package': Source files for target APNSTests should be located under 'Tests/APNSTests', or a custom sources path can be set with the 'path' property in Package.swift
|
OptionallyDecodable
|
Property wrapper for turning decoding failures into optionals instead of errors. |
SuperCodable
|
Codable, but with Super power made custom Codable behavior easy. |
PreciseDecimal
|
A Decimal type that plays nicely with literals and Decodable |
BinaryCodable
|
A binary encoder for Swift Codable types |
WXKDarkSky
|
A pure-Swift Codable layer over the Dark Sky API. |
FTAPIKit
|
Declarative and generic REST API framework using Codable. |
Options
|
Updating https://github.com/shibapm/Rocket
Updated https://github.com/shibapm/Rocket (0.26s)
Updating https://github.com/mattpolzin/swift-test-codecov
Updated https://github.com/mattpolzin/swift-test-codecov (0.28s)
error: could not find a branch named βmasterβ in https://github.com/mattpolzin/swift-test-codecov (did you mean βmainβ?)
|
JSONDecoder-Keypath
|
Add key path support to the JSONDecoder |
LetterCase
|
π String letter case conversion and JSON decoding / encoding strategies |
CodablePersist
|
Store and Cache Anything Codable |
RTree
|
An on-disk, Codable R*-Tree for Swift |
CodableX
|
Make Swift's Codable easier using Property Wrappers. |
Universal
|
Tiny zero-dependency cross-platform Swift parsers for JSON, XML, and YAML incl. in-memory interchange formats and Either type |
EasyFirebaseSwift
|
Helping me use Firebase features with ease |
CodableProperty
|
Easy transforming of Codable types written in Swift |
rage-ios
|
/usr/src/package: error: manifest parse error(s):
/usr/src/package/Package.swift:31:29: error: cannot convert value of type 'Int' to expected element type 'SwiftVersion'
swiftLanguageVersions: [5]
^
|
xml-coding
|
Swift based XML Encoder/Decoder for Codable classes |
swift-nbt
|
|
JSONParser
|
Elegant, type-safe JSON parsing in Swift |
Corridor
|
Corridor lets you easily match URLs and extract their values |
PerfectINI
|
Swift encoder and decoder for INI files. |
ExtraEncodable
|
A small Swift package allowing you to customize the encoding behavior of `Encodable` types |
SQLeleCoder
|
Serialize/deserialize Codable types into SQLite tables or parameters. |
Serializer
|
Codable serialization to custom formats made easy |
JSONFragmentDecoding
|
A JSONDecoder extension to allow decoding JSON fragments |
ASN1Codable
|
ASN.1 support for Swift Codable |
Version
|
|
Unboxing
|
Set of extension and custom classes to efficiently decode heterogeneous collections. |
swift-binary-coder
|
Flat, untagged binary serializer for Codable Swift types |
CodablePlus
|
A collection of extensions around the Swift `Codable` implementation. |
CodableNilOnFail
|
Easy failable optional enum properties in Swift Codable. |
Balam
|
Swift NoSQL functional database |
DynamicCodable
|
Swift PropertyWrappers that use Codable to decode and encode types that are determined at runtime based on JSON data. |
DictionaryEncoder
|
Swift Dictionary Encoder, based off the JSON Encoder in Foundation |
APIota
|
APIota is a lightweight Swift library for defining REST API clients for use in iOS, macOS, tvOS, watchOS and Linux apps. |
Alter
|
Alter is framework to make mapping Codable property and key easier. |
Unboxing
|
An extension for KeyedDecodingContainer class to decode a collection of heterogeneous types. |
Unboxing
|
An extension for KeyedDecodingContainer class to decode a collection of heterogeneous types. |
ObjectCoder
|
Swift Object Encoder/Decoder |
JSONValue
|
A container type for generic, untyped JSON data. |