


Nouto: A JSON Viewer for VS Code with tree view, table view, and fetch from URL
I built a JSON viewer extension for VS Code. It allows you to paste JSON, open a file, or fetch directly from an HTTP endpoint, then browse it as a collapsible tree or view arrays of objects as a sortable, resizable table with column pinning and CSV export.
Also has fuzzy search, JSONPath filtering, a query filter language, compare/diff, JSON Schema validation, bookmarks, pinned nodes, embedded JSON detection, and copy in multiple formats (JSON, YAML, CSV, TypeScript, Python, etc). Handles JSONL/NDJSON files too.
Free and open source.
https://marketplace.visualstudio.com/items?itemName=frostybee-dev.nouto-json-explorer
Happy to hear feedback or feature requests.