JSON Viewer
A specialized component for inspecting and exploring JSON data structures with collapsible nodes.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Input JSON
Interactive View
{}
Name: "John Doe"
Age: 30
Address: { ... }
IsOpen: true
Children: [ ... ]