Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: JsonBool Parse(string, bool)

Declaration

public static JsonBool Parse(
    string jsonBool,
    bool allowJavaScript = false
)

Summary

Parses the specified JSON as a JSON boolean. All other types of JSON values result in a JsonParseException.

Parameters

stringjsonBool JSON syntax to parse.
boolallowJavaScript See JsonValue.Parse(string, bool).