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
- Host: GitHub
- URL: https://github.com/reers/reerjson
- Owner: reers
- License: mit
- Created: 2025-07-16T09:05:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T04:05:27.000Z (9 months ago)
- Last Synced: 2025-07-20T05:46:46.807Z (9 months ago)
- Topics: codable, json, jsondecoder, reerjson, yyjson
- Language: Swift
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.