A lightweight VS Code extension to parse and view active JSON files in a tree view sidebar with section copying capabilities.
Features
JSON Tree View: Displays structured JSON data from active editor in a dedicated Sidebar panel (JSON Tree).
Section Copying: Hover or right-click any node in the tree and click the Copy Section button to copy that entire JSON subtree / value formatted with 2-space indentation into your clipboard.
Real-Time Sync: Automatically updates tree hierarchy as you switch active text editors or edit JSON documents.
Usage
Open any .json file in VS Code.
Click on the JSON Tree icon on the Activity Bar on the left sidebar.
Expand / collapse keys to inspect your data.
Hover over any tree node and click the Copy inline icon (or right-click -> Copy Section) to copy its JSON value/subtree into your clipboard.