Search
JsonObject.getValue Method (String)
See Also
 






return the value associated with key or default value

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

 Syntax

Java  Copy Code

public JsonValue getValue (
    String key
)

 Parameters

key

String

 Return Value

JsonValue

 See Also