https://github.com/randomhashtags/swift-serialization
Standalone serialization & deserialization library.
https://github.com/randomhashtags/swift-serialization
deserialization json protobuf protocol-buffers serialization swift yaml
Last synced: 10 months ago
JSON representation
Standalone serialization & deserialization library.
- Host: GitHub
- URL: https://github.com/randomhashtags/swift-serialization
- Owner: RandomHashTags
- License: apache-2.0
- Created: 2024-12-16T21:18:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T19:41:29.000Z (12 months ago)
- Last Synced: 2025-04-03T04:53:50.141Z (10 months ago)
- Topics: deserialization, json, protobuf, protocol-buffers, serialization, swift, yaml
- Language: Swift
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Serialization
Standalone serialization and deserialization library.
## Techniques
- [JSON](https://en.wikipedia.org/wiki/JSON) (via [simd-json](https://github.com/simdjson/simdjson))
- [Protocol Buffers](https://protobuf.dev/)
- [XML](https://en.wikipedia.org/wiki/XML)
- [YAML](https://yaml.org)
### Other Techniques
The following techniques won't be implemented in this library because they have a dedicated, maintained Swift version.
- [Flatbuffers](https://github.com/google/flatbuffers)
## Getting started
coming soon...
## Contributing
Create a PR.