A powerful JSON/YAML/XML viewer with tree view, table view, and advanced filtering capabilities.
Live Demo: https://treedoc.github.io
The latest version built with Vue 3, TypeScript, PrimeVue 4, and Vite.
cd v2
yarn install
yarn dev # Development server
yarn build # Production build
yarn deploy # Deploy to GitHub PagesThe original version built with Vue 2, Bootstrap, and Vue CLI.
cd v1
yarn install
yarn serve # Development server
yarn build # Production build- Tree View: Navigate JSON/YAML/XML documents as an expandable tree
- Table View: View array data in a powerful table with sorting, filtering, and column management
- Pattern Matching: Extract fields from string values using pattern expressions
- Extended Fields: Add computed columns using JSONPath-like expressions
- Presets: Save and load query configurations
- Multiple Formats: Support for JSON, YAML, XML, CSV, and more
MIT License - see LICENSE.txt