Files Section Documentation

This document outlines the features available within the "Files" section of the application, focusing on the data visualization components for viewing loaded file content (e.g., XML, JSON).

The primary component for viewing file data allows switching between two main modes: Tree View and Source View.

Tree View

This view renders hierarchical data in a nested, expandable tree format.

Core Features

Nested Grid View

When the Tree View encounters an array of objects (where each object has the same keys, representing tabular data), it renders this array as an interactive grid instead of a standard list of tree nodes.

Source View

This view provides a raw text representation of the loaded file content, typically formatted for readability. It also includes tools for data manipulation and comparison.