non-standard json output

Anthony Goins neontotem at gmail.com
Tue Jun 4 15:08:29 PDT 2013


On Tuesday, 4 June 2013 at 21:55:38 UTC, Brian Schott wrote:
> The "char" rule in the json standard can be matched by anything 
> that isn't a control character, a double quote, or a backslash. 
> I'm pretty sure you're not arguing that the forward slash is a 
> double quote or that the forward slash is a backslash, so the 
> only option left is that '/' is a control character, and thus 
> needs escaping. I'm pretty sure that it's not, because 002f is 
> not in the range defined as a control character[1]
>
> [1] http://www.unicode.org/glossary/#control_codes

I appreciate your taking time to enlighten me.
I almost get it.
b is b
\b is backspace
f is f
\f is formfeed
/ is /
but what the heck is \/

This is a rhetorical post.
Go back to being productive ;)


More information about the Digitalmars-d mailing list