Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryanslikesocool/serializationkit
- Owner: ryanslikesocool
- License: mit
- Created: 2023-01-13T03:04:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T13:39:37.000Z (about 2 months ago)
- Last Synced: 2024-09-17T17:02:15.021Z (about 2 months ago)
- Topics: extensions, serialization, swift, swift-package, swift-package-manager
- Language: Swift
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 🎉
```