Search
JsonObject.GetValue Method (String)
See Also
 





Returns the value associated with the specified key, or a default value if the key is not present in the dictionary.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public JsonValue GetValue (
    string key
)

Visual Basic  Copy Code

Public Function GetValue( _
    key As String _
) As JsonValue

 Parameters

key

 Return Value

 See Also