JSON sang TypeScript

Chuyển đổi JSON thành interface và type TypeScript.
JSON ĐẦU VÀO
KẾT QUẢ

Type Inference

Automatically infers TypeScript types from JSON values.

Nested Objects

Generates separate interfaces for nested objects.

Array Support

Handles arrays, arrays of objects, and mixed-type arrays.

Client-side

All processing in your browser. No data uploaded.