Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Json To TableHtmlNew to Visual Studio Code? Get it now.
Json To TableHtml

Json To TableHtml

L1U

|
1,657 installs
| (0) | Free
Converts its JSON content into an HTML table
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Json To TableHTML

Features

Visual Studio Code extension that reads the currently opened file, converts its JSON content into an HTML table, and saves the table as a side file

Usage

open json file on vscode

Example

[
  {
    "groupName": "A",
    "uuid": "xxxxx",
    "secret": false,
    "center": false,
    "secretary": false
  },
  {
    "groupName": "B",
    "uuid": "yyyyy",
    "secret": false,
    "center": false,
    "secretary": false
  },
  {
    "groupName": "C",
    "uuid": "zzzzz",
    "secret": false,
    "center": false,
    "secretary": false
  }
]
  • Command Palette. Then start typing "Json2TableHtml"

  • windows

    ctrl + shift + t
    
  • mac

    cmd + shift + t
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft