CodableJSON - Declarative JSON Serialization library for TypeScript
byā¢
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/)


Replies
Screen Studio