TheLensTheLens is a structured data viewer and inspector for Visual Studio Code. It helps you inspect JSON, JSONL / NDJSON, log, text, and other structured data directly inside VS Code using table, tree, raw, and structure views. Features
Supported File Types
Usage
You can also open the Command Palette and run:
Table ViewThe table view is designed for record-oriented data such as JSON arrays and JSONL / NDJSON files. Nested object fields are flattened into dotted column names where possible. Example:
may appear as:
Arrays are shown using a compact preview rather than being expanded into many columns. Tree ViewTree view is useful for deeply nested objects and arrays. It preserves the original hierarchy and allows you to expand or collapse nested values. Raw ViewRaw view shows the source data in a readable form. For structured JSON data, TheLens formats the content using indentation. Current StatusTheLens is under active development. The first release focuses on reliable inspection of structured data. Future releases may add features such as:
PrivacyTheLens processes files locally inside Visual Studio Code. The current version does not upload opened files to an external service. Issues and FeedbackIf you find a bug or have a feature request, please use the repository issue tracker once the project repository is public. Authortherif (Arif Kurniawan) LicenseMIT |