Keon: A Human-Readable Serialization Format Inspired by Rust
2025-01-15
Keon is a human-readable object notation (ORN) and serialization format syntactically similar to Rust and fully supporting Serde's data model. It boasts a cleaner syntax, allowing comments and trailing commas, and enabling a near-Rust-like writing experience. Keon distinguishes between tuples and lists, supports arbitrary types as dictionary keys, and offers Base64, Base32, and Base16 support. The goal is a more intuitive, readable, and writable serialization format.
Development