Search
JsonValue.fromJsonObject Method
See Also
 






Converts a JsonObject to JsonValue.

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

 Syntax

Java  Copy Code

public static JsonValue fromJsonObject (
    JsonObject value
)

 Parameters

value

A JsonObject

 Return Value

A JsonValue

 See Also