/codec

Go experiment for encoding and decoding without reflect

Primary LanguageGoApache License 2.0Apache-2.0

codec

build status pkg.go.dev

A Go experiment for encoding and decoding serialization formats like JSON or XML without reflect.

Extracted from wasm-tools-go.

TODO

  • Remove implicit dependencies on reflect

License

This project is licensed under the Apache 2.0 license with the LLVM exception. See LICENSE for more details.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.