Search
JsonValue.fromBoolean Method
See Also
 






Converts a boolean to JsonValue.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static JsonValue fromBoolean (
    boolean value
)

 Parameters

value

Boolean

 Return Value

Json representation of Boolean value.

 See Also