A TypeScript decorator-based framework for transforming JSON data into TypeScript objects. Current stable version is 1.3.6, with updates released as needed. Key differentiators include its use of decorators for declarative data processing, support for both CommonJS and ES modules, and a CDN distribution option. It is designed for simple data serialization/deserialization in TypeScript projects.
npm install kiss-frameworkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating an entity with transformation and deserializing JSON data.
Enable 'experimentalDecorators' in your TypeScript compiler options
Add ! to property declarations or use initializers
Use imports directly from 'kiss-framework'
Use 'new Kiss(User)' instead of 'Kiss(User)'
Use ESM import syntax or ensure types are installed: npm i --save-dev @types/kiss-framework
No dependency data recorded yet.