Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tayloraswift/swift-json
high-performance json parsing and encoding for server applications
https://github.com/tayloraswift/swift-json
json server-side-swift swift
Last synced: 7 days ago
JSON representation
high-performance json parsing and encoding for server applications
- Host: GitHub
- URL: https://github.com/tayloraswift/swift-json
- Owner: tayloraswift
- License: apache-2.0
- Created: 2022-01-27T00:11:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T21:18:42.000Z (25 days ago)
- Last Synced: 2024-12-24T21:07:11.971Z (14 days ago)
- Topics: json, server-side-swift, swift
- Language: Swift
- Homepage: https://swiftinit.org/docs/swift-json
- Size: 7.77 MB
- Stars: 88
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
***`json`***
[![Tests](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml)
[![Documentation](https://github.com/tayloraswift/swift-json/actions/workflows/Documentation.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/Documentation.yml)A pure Swift JSON parsing and encoding library designed for high-performance, high-throughput server-side applications.
[documentation and api reference](https://swiftinit.org/docs/swift-json/json)
## Requirements
The swift-json library requires Swift 5.10 or later.
| Platform | Status |
| -------- | ------ |
| 🐧 Linux | [![Tests](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin | [![Tests](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin (iOS) | [![iOS](https://github.com/tayloraswift/swift-json/actions/workflows/iOS.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/iOS.yml) |
| 🍏 Darwin (tvOS) | [![tvOS](https://github.com/tayloraswift/swift-json/actions/workflows/tvOS.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/tvOS.yml) |
| 🍏 Darwin (visionOS) | [![visionOS](https://github.com/tayloraswift/swift-json/actions/workflows/visionOS.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/visionOS.yml) |
| 🍏 Darwin (watchOS) | [![watchOS](https://github.com/tayloraswift/swift-json/actions/workflows/watchOS.yml/badge.svg)](https://github.com/tayloraswift/swift-json/actions/workflows/watchOS.yml) |[Check deployment minimums](https://swiftinit.org/docs/swift-json#ss:platform-requirements)