JSONItem.EscapeSlashes
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. |
Property (As Boolean )
aJSONItem.EscapeSlashes = newBooleanValue
or
BooleanValue = aJSONItem.EscapeSlashes
New in 2012r1
Supported for all project types and targets.
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
NOTE: This property has no effect in 2021r1 and later.