Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanslikesocool/serializationkit

Common serialization utilities and extensions for Swift
https://github.com/ryanslikesocool/serializationkit

extensions serialization swift swift-package swift-package-manager

Last synced: 7 days ago
JSON representation

Common serialization utilities and extensions for Swift

Awesome Lists containing this project

README

        

# SerializationKit
Common serialization utilities and extensions for Swift.

## NOTICE
This package is under development and not considered production-ready. Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.

## Installation (Swift Package Manager)
Add the following entry to your package dependencies.
```swift
.package(url: "https://github.com/ryanslikesocool/SerializationKit.git", from: "0.0.3"),
```

## Usage
```swift
import SerializationKit
// SerializationKit is now available 🎉
```