Search
JsonValue.toBoolean Method
See Also
 






Converts the value to boolean value

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static boolean toBoolean (
    JsonValue value
)

 Parameters

value

A JsonValue Object

 Return Value

Boolean representation of JSON value

 See Also