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

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.

Awesome Lists containing this project

README

          

# Swift Serialization

Standalone serialization and deserialization library.

Requires at least Swift 5.9 Apache 2.0 License

## 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.