Back in October 2021, I started on writing "jb_serialize," a serialization library in TypeScript using decorators. The idea was to define "Models" as TypeScript classes and use decorators to provide additional information on how to parse/validate and serialize and deserialize them. The initial attempts