usero2-endofday86 downloadsRenders JSON as beautiful tables, supporting nested arrays as nested tables.
A premium Obsidian plugin that transforms standard JSON data into beautiful, interactive, and recursively nested tables. It works both inside note code blocks and as a direct file viewer for .json files in your vault.
▲) -> Descending (▼) -> Unsorted (↕).Filter... input box below headers to filter matching rows instantly.📁 exchange: IB_US (2 items))..json Viewer: Registers the .json file extension so that clicking any JSON file inside Obsidian's file explorer opens it directly as an interactive, structured table.compilerOptions or position) align to the top and scroll dynamically with the viewport inside their row container.var(--background-secondary-alt) variable.main.js, manifest.json, and styles.css from the latest release..obsidian/plugins/ and create a folder named obsidian-plugins-json-table-viewer.You can write raw JSON directly inside a json-table codeblock:
{
"portfolioName": "Growth Fund",
"active": true,
"holdings": [
{ "symbol": "AAPL", "shares": 50, "price": 172.5 },
{ "symbol": "MSFT", "shares": 25, "price": 420.2 }
]
}
You can display tables by referencing .json files stored in your vault:
path: data/portfolio.json
(Or simply write data/portfolio.json or file: portfolio.json)
This plugin is licensed under the MIT License.