note: pls make sure it is in a project workspace and it is a valid json. check whether your json is valid in jsonlint
Launch VS Code Quick Open (⌘+P), input json to type, and press enter.
You will find the output file data-type.d.ts in {workspace}/typings directory.
add Type into your project with /// <reference path="{workspace}/typings/data-type.d.ts" />, Now you can use the generated Type infomation in your project.
Contributing
Feel free to submit a comment or pull request if you find any bugs or want any new feature.
To see a list of active issues, visit the Issues section on github