StructView is a desktop app that makes analyzing and navigating large JSON and YAML files easier.
- Clean editor with direct paste input
- Supports both JSON and YAML parsing
- Big collapsible structure view for easy exploration
- Expandable object and array nodes with values at every level
StructView with an example JSON file loaded:
- Install dependencies:
npm install - Start the desktop app:
npm start

