Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Json.StringConversionOptions

Summary

Specifies the degree of strictness or leniency when converting a JsonValue to a string.

Enum values

2The conversion succeeds if the object is a JsonBool.
1The conversion succeeds if the object is a JsonNumber.
3Specifies maximum leniency.
0The conversion only succeeds if the object is a JsonString.