I was excited to see this taglib, but I was hoping it would have the
ability to do JSON string formatting without having to define an
object, array, or property. I'm generating some Javascript via JSP
that I want to make sure is properly javascript escaped (i.e. newlines
and quotes replace with \n and \" and I often use the
json.org classes
for that, but wanted to do that in a pure taglib fashion. Perhaps a
json:string tag?