JSON 객체를 TypeScript 인터페이스로 즉시 변환합니다
Paste a JSON response from any API and this tool infers the TypeScript interface structure automatically. Nested objects become separate named interfaces, arrays are typed as element arrays, and null values are flagged as optional fields.
Particularly helpful when consuming third-party APIs that don't ship TypeScript types. Paste the sample response from the docs and immediately get a usable interface to drop into your project.
Use the extension to grab API responses and structured data from any live page, then paste it here.