Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Json.JsQuotes

Summary

Selects how the escaped JS string should be put into quotes.

Enum values

1Put double quotes around the output. Double quotes are allowed both in JavaScript and JSON.
2Do not put any quotes around the output. The escaped output may be surrounded with either type of quotes.
0Put single quotes around the output. Single quotes are allowed in JavaScript only, but not in JSON.