CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudJsonTreeView: Uses a MudTreeView to View JSON Text

Open jperson2000 opened this issue 1 year ago • 5 comments
trafficstars

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!

jperson2000 avatar Apr 15 '24 01:04 jperson2000

Thanks for all effort, is it only for display or users can edit value also?

And we should add this new component also in docs. Need an example 🙂

mckaragoz avatar Apr 15 '24 08:04 mckaragoz

Thanks for all effort, is it only for display or users can edit value also?

And we should add this new component also in docs. Need an example 🙂

You're welcome, and I appreciate your PR reviews! Currently it's only for display, and I'll get an example written up here soon.

jperson2000 avatar Apr 16 '24 00:04 jperson2000

Thanks for all effort, is it only for display or users can edit value also?

And we should add this new component also in docs. Need an example 🙂

Hi @mckaragoz ! I added an example, but for some reason I get a 404 trying to open the example so I can debug it. I bet I'm missing something simple. Can you help me get the example page to display?

jperson2000 avatar Apr 22 '24 02:04 jperson2000

Hi @mckaragoz ! I added an example, but for some reason I get a 404 trying to open the example so I can debug it. I bet I'm missing something simple. Can you help me get the example page to display?

It should be Docs.csproj file, there are new lines about ItemContent, when we remove them it should be visible

mckaragoz avatar Apr 22 '24 06:04 mckaragoz

Hi @mckaragoz ! I added an example, but for some reason I get a 404 trying to open the example so I can debug it. I bet I'm missing something simple. Can you help me get the example page to display?

It should be Docs.csproj file, there are new lines about ItemContent, when we remove them it should be visible

Thanks @mckaragoz ! That was it. The example now functions.

jperson2000 avatar Apr 22 '24 15:04 jperson2000

Is this feature going to be added

Sudheesh-TalentzQ avatar Jun 12 '24 12:06 Sudheesh-TalentzQ

Thanks 🥇

@Sudheesh-TalentzQ yes it's coming on MudExtensions v7

mckaragoz avatar Jul 19 '24 10:07 mckaragoz