Jeongho Nam

Results 258 comments of Jeongho Nam

It seems that `typescript-is` has stopped maintaining. Therefore, I've made a competitive library and enhanced much more features. https://github.com/samchon/typia The new library works on TS 4.8

Good idea, you're right. I will generate the swagger documents following the `package.json`'s version.

If not works, can you provide me a sample repo for testing?

Define DTO like below: ```typescript interface IMember { /** * @format date */ birthdate: string; /** * @format date-time */ joined_at: string; } ```

Not support the file upload yet.

But it must be someday. I'm developing [typescript-json](https://github.com/samchon/typescript-json) and this feature would be after that project.

Nope, only application/json is supported

@marcj In my case, not a matter whether TS or C++.

Now, those functions support dynamic properties. Only `stringify()` is left. Current version is `3.3.4` and the next version supporting `stringify()` would be `3.3.5`. - `application()` - `assertEquals()` - `assertType()` -...

@j-mendez You've waited for a long time. Since `v3.3.6` update, `typescript-json` has fully supported the dynamic properties