JSON to NestJS DTO Convertor

Utility to convert JSON to a NestJS response DTO. Useful for creating open api specifications for contract testing, while dealing with external APIs where you do not have a response shape defined already

JSON

Typescript

// Paste raw JSON output from your API
// in the editor on the left side
// 
// OR just drag and drop a json file here