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: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T01:18:18.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:09:49.646Z (about 1 year ago)
- Topics: json, server-side-swift, swift
- Language: Swift
- Homepage: https://swiftinit.org/docs/swift-json
- Size: 7.77 MB
- Stars: 98
- Watchers: 3
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
***`json`***
[](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml)
[](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 6.2 or later.
| Platform | Status |
| -------- | ------ |
| 🐧 Linux | [](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin | [](https://github.com/tayloraswift/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin (iOS) | [](https://github.com/tayloraswift/swift-json/actions/workflows/iOS.yml) |
| 🍏 Darwin (tvOS) | [](https://github.com/tayloraswift/swift-json/actions/workflows/tvOS.yml) |
| 🍏 Darwin (visionOS) | [](https://github.com/tayloraswift/swift-json/actions/workflows/visionOS.yml) |
| 🍏 Darwin (watchOS) | [](https://github.com/tayloraswift/swift-json/actions/workflows/watchOS.yml) |
[Check deployment minimums](https://swiftinit.org/docs/swift-json#ss:platform-requirements)