Skip to content

joppe/json2ts

Repository files navigation

Build Status Coverage StatusNetlify Status

JSON to TypeScript interface

With this package a JSON string can be converted to a TypeScript interface definition.

The JSON will be parsed to an object literal with JSON.parse.

Usage

json2ts(json, 'root');

The result can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published