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

https://github.com/reers/reerjson

High performance JSON library in Swift based on yyjson
https://github.com/reers/reerjson

codable json jsondecoder reerjson yyjson

Last synced: 9 months ago
JSON representation

High performance JSON library in Swift based on yyjson

Awesome Lists containing this project

README

          

# ReerJSON
High performance JSON library in Swift based on [yyjson](https://github.com/ibireme/yyjson), inspired by [ZippyJSON](https://github.com/michaeleisel/ZippyJSON) and [Ananda](https://github.com/nixzhu/Ananda).

License
This project is licensed under the MIT License. See the LICENSE file for details.
Portions of this project incorporate code from the following sources:

swiftlang/swift-foundation, licensed under the Apache License, Version 2.0.
michaeleisel/ZippyJSON, licensed under the MIT License.

See the LICENSE file for the full text of both licenses.
Acknowledgments

Thanks to the contributors of swiftlang/swift-foundation for their Apache 2.0 licensed code.
Thanks to michaeleisel/ZippyJSON for their MIT licensed test code.