Comment 8 for bug 878508

Revision history for this message
Paul J. Lucas (paul-lucas) wrote : Re: JSON Module not escaping escape characters

And my point is that when *I* see the string values, I see them in their in-memory form. For example, for the < character, I see it as a < character. This is perfectly legal in JSON which means I should do *nothing* to it. Yet some other code downstream from me is converting that to &lt;. My code isn't doing that so there's nothing for me to fix.