A Go experiment for encoding and decoding serialization formats like JSON or XML without reflect.
Extracted from wasm-tools-go.
- Remove implicit dependencies on
reflect
- Replace
encoding/json
withjsontext
- Replace
This project is licensed under the Apache 2.0 license with the LLVM exception. See LICENSE for more details.
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.