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
string | jsonBool |
JSON syntax to parse. |
bool | allowJavaScript |
See JsonValue.Parse(string, bool). |