Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Json.BoolConversionOptions

Summary

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

Enum values

1 The conversion succeeds if the object is a JsonNumber. 0 (zero) is converted to false, all other values to true.
2 The conversion succeeds if the object is a JsonString with specific content. The set of permissible strings is controlled by JsonString.True, JsonString.False and JsonString.TrueFalseComparer.
3Specifies maximum leniency.
0The conversion only succeeds if the object is a JsonBool.