Releases: samchon/typia
Releases · samchon/typia
v2.0.2
Outline
The 1st release of the typescript-json
.
With this typescript-json
, you can speed up the JSON.stringify()
2x faster with only one line.
import TSON from "typescript-json";
TSON.stringify<T>(input);
What's Changed
New Contributors
Full Changelog: https://github.com/samchon/typescript-json/commits/v2.0.2