JSONItem.EscapeSlashes

From Xojo Documentation

Property (As Boolean )
aJSONItem.EscapeSlashes = newBooleanValue
or
BooleanValue = aJSONItem.EscapeSlashes

New in 2012r1

Supported for all project types and targets.

Setting this value to False makes the ToString method render forward slashes (solidus) without the escape character. Default = True