samchon / typia

Super-fast/easy runtime validators and serializers via transformation
https://typia.io/
MIT License
4.62k stars 159 forks source link

Question about validating nested object #501

Closed railsstudent closed 1 year ago

railsstudent commented 1 year ago

Question

I discovered typia and nestia/core by chance today and want to conduct feasibility study for work projects. Can typia validate nested object similar to ValidateNested decorator of class-validator?

https://github.com/typestack/class-validator#validating-nested-objects

It is because our project uses the decorator to validate object in DTO.

Thanks.

samchon commented 1 year ago

typia always validates nested instaces.

railsstudent commented 1 year ago

I see. I will do a proof-of-concept to give it a try, thanks.