Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON to TypeScript Interface ConverterNew to Visual Studio Code? Get it now.
JSON to TypeScript Interface Converter

JSON to TypeScript Interface Converter

John Pires

|
118 installs
| (1) | Free
A Visual Studio Code extension that converts JSON files into TypeScript interfaces.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON to TypeScript Interface Converter

A Visual Studio Code extension that converts JSON files into TypeScript interfaces.

Features

  • Converts JSON properties to camelCase.
  • Generates TypeScript interfaces for nested JSON objects.
  • Infers types from JSON values.

Installation

  1. Install from the Visual Studio Code Marketplace.
  2. Open a JSON file and run the command Convert JSON to TypeScript Interface.

Usage

  1. Open a JSON file in VS Code.
  2. Open the command palette (Ctrl+Shift+P) and select Convert JSON to TypeScript Interface.
  3. A new TypeScript file with the interfaces will be created and opened.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft