BlazorPrettyCode
BlazorPrettyCode copied to clipboard
Can this format and colorize JSON?
I need to colorize and format a JSON snippet in Blazor. IOs this a good comonent to do that If not, do you have a recommendation?
No sorry json highlighting is not supported. Only CSHTML. You could add it, but it would be a fair amount of work.
I think you could add a markdown component and configure syntax highlighting for it, but I do not know how to do that, just that it might be possible.
Sorry that I can’t be more helpful