CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudJsonTreeView: Uses a MudTreeView to View JSON Text
This update adds a new MudJsonTreeView
component which can display JSON text using a MudTreeView
component. Supported features include:
- JSON string, GUID, date, number, and boolean values
- JSON arrays
This is a component which I use in production at my regular job, so it's been debugged and tested. Let me know if anything else is needed. Thanks!