Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MudJsonTreeView: Uses a MudTreeView to View JSON Text #378

Merged
merged 7 commits into from
Jul 19, 2024

Conversation

jperson2000
Copy link
Contributor

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!

@mckaragoz
Copy link
Contributor

mckaragoz commented Apr 15, 2024

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 🙂

@jperson2000
Copy link
Contributor Author

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 jperson2000 marked this pull request as draft April 16, 2024 00:41
@jperson2000
Copy link
Contributor Author

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?

@mckaragoz
Copy link
Contributor

mckaragoz commented Apr 22, 2024

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

@jperson2000
Copy link
Contributor Author

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 jperson2000 marked this pull request as ready for review April 22, 2024 15:32
@jperson2000 jperson2000 requested a review from mckaragoz April 22, 2024 15:32
@Sudheesh-TalentzQ
Copy link

Sudheesh-TalentzQ commented Jun 12, 2024

Is this feature going to be added

@mckaragoz mckaragoz merged commit 290d6dc into CodeBeamOrg:dev Jul 19, 2024
1 check passed
@mckaragoz
Copy link
Contributor

Thanks 🥇

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants