Learn how to validate nested objects, arrays of primitive types and arrays of objects in Nestjs.
We'll use class-validator for the validations and you'll also learn how to use the class-transformer to inform of the expected type of data.
#nestjs #nodejs #validation #restapi #backenddeveloper