repositorypackage
0.0.0-20240429160938-74f14b05d54c
Repository: https://github.com/ydnar/codec.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
codec
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
- Replace
encoding/json
withjsontext
- Replace
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.