1 مستودع
React components designed specifically for the visualization and exploration of JSON data.
Distinct from JSON: Existing candidates focus on general JSON libraries or API interfaces rather than a UI component for visualization.
Explore 1 awesome GitHub repository matching web development · JSON View Components. Refine with filters or upvote what's useful.
This project is a React component for visualizing, exploring, and editing JSON data structures through an interactive, tree-based user interface. It renders complex JSON arrays and objects in a responsive browser interface that supports collapsing and expanding nodes. The utility functions as an interactive editor, allowing users to modify, add, or delete keys and values within JSON objects graphically rather than through raw text files. It includes a clipboard manager for copying specific objects or arrays from the visualized tree directly to the system clipboard. The component supports the
Ships a browser component for visualizing and exploring JSON structures via an interactive tree interface.