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

https://github.com/rarestype/swift-json

high-performance json parsing and encoding for server applications
https://github.com/rarestype/swift-json

autosync json swift swift-server

Last synced: about 2 months ago
JSON representation

high-performance json parsing and encoding for server applications

Awesome Lists containing this project

README

          

🌷   **swift-json**   🌷

pure swift json parsing and encoding 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 |
| -------- | ------|
| 💬 Documentation | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Documentation/_all/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Documentation.yml) |
| 🐧 Linux | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Tests/Linux/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Tests/macOS/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin (iOS) | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Tests/iOS/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin (tvOS) | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Tests/tvOS/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin (visionOS) | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Tests/visionOS/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Tests.yml) |
| 🍏 Darwin (watchOS) | [![Status](https://raw.githubusercontent.com/rarestype/swift-json/refs/badges/ci/Tests/watchOS/status.svg)](https://github.com/rarestype/swift-json/actions/workflows/Tests.yml) |

[Check deployment minimums](https://swiftinit.org/docs/swift-json#ss:platform-requirements)