colored_json
colored_json copied to clipboard
html
Any chance to get support for html output? :)
I am not sure I understand what you have in mind.
I meant generating html output to display a prettified and colorful JSON tree. Similar to https://github.com/trishume/syntect/blob/master/examples/synhtml.rs
Ah, so you mean something like a command line application, which shows renders some HTML for the JSON?
Actually a library but it looks to me that syntect crate already fulfils that purpose.