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,
    JsonValue defaultValue
)

 Parameters

key

string

defaultValue

JsonValue

 Return Value

JsonValue object

 See Also