Search
JsonValue.toJsonObject Method
See Also
 






Converts the value to JsonObject.

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

 Syntax

Java  Copy Code

public static JsonObject toJsonObject (
    JsonValue value
)

 Parameters

value

A JsonValue

 Return Value

 See Also