Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)