
a couple interesting crystal language projects i came across recently:
- crystalizer - serialization of any crystal object
- crystal-byte-protocol - a byte protocol for crystal
the former, in particular, is an annotation free, monkey-patch free solution for quickly serializing/deserializing objects into JSON, YAML or other formats.