Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 714 Bytes

File metadata and controls

29 lines (20 loc) · 714 Bytes

StructView logo

StructView

StructView is a desktop app that makes analyzing and navigating large JSON and YAML files easier.

Features

  • 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

Screenshot

StructView with an example JSON file loaded:

StructView screenshot with example JSON

Run locally

  1. Install dependencies: npm install
  2. Start the desktop app: npm start