Search
JsonObject.getValue Method
See Also
 






return the value associated with key or default value

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

 Syntax

Java  Copy Code

public JsonValue getValue (
    String key
)

 Parameters

key

String

 Return Value

JsonValue

 See Also