Second this … does a plugin exist to display code nicely in a visual element? @dapphero is looking for HTML, but I’m specifically looking for JSON. Any solutions out there, Bubblers?
My use case is, I get back a huge JSON data object and just want to store it as text, and then spit it back out on screen in a nice and pretty way. The alternative is to parse the darn thing into fields, which I will probably get to in a later iteration.