CodableJSON
Declarative JSON Serialization library for TypeScript
#Developer Tools
#GitHub
#Tech
SUMMARY
CodableJSON is a declarative JSON serialization library for TypeScript/JavaScript, using modern decorators to mark data model classes as serializable, eliminating the need for custom JSON functions. It is 3x faster than SuperJSON and supports built-in types like Date, BigInt, Map, Set, RegExp, and Symbol. This approach simplifies handling complex, deeply nested data types by reducing boilerplate and maintaining a single data format.