Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 647 Bytes

json-table-viewer README

tutorial

Features

Open a Web Table View for current opened json file.

TodoList

  • Support Column Select

Customize Style

exmpale:

{
    "json-table-viewer.item-light-style": "font-family: 'Menlo'; color: red; background-color: #403F3F",
    "json-table-viewer.item-dark-style": "font-family: 'Menlo'; color: red; background-color: #403F3F",
    "json-table-viewer.item-high-contrast-style": "font-family: 'Menlo'; color: red; background-color: #403F3F",
}

the field and value to customise can refer to css style.