Toy JSON serializer/deserializer.
Written in a weekend essentially just to learn Rust procedural macros (without syn/quote), and to compare tradeoffs (in binary size, performance and compile time) of this naive implementation to a high quality generic serializer/deserializer such as Serde.