1 repository
Generates a compile-time stringifier from a TypeScript type, producing JSON output up to 10 times faster than native JSON.stringify.
Distinct from JSON Serialization: Distinct from JSON Serialization: generates compile-time stringifiers for faster performance, not just general JSON conversion.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compile-Time Stringifiers. Refine with filters or upvote what's useful.
Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It
Generates compile-time stringifiers from TypeScript types that produce JSON output significantly faster than native JSON.stringify.