trending
Adam Pietrasiak•

3mo ago

CodableJSON - Declarative JSON Serialization library for TypeScript

Codables is a declarative JSON serialization library that aims to enable a whole new paradigm of data serialization in TypeScript/JavaScript. Using modern decorators, you can mark your data model classes as serializable instead of writing custom (to/from) JSON functions. Besides that, it's 3x faster than SuperJSON and handles pretty much every built-in type like Date, BigInt, Map, Set, RegExp, and Symbol. šŸŽ® **Try it now:** [Interactive Playground](https://codableslib.com/playground/)