Method GetAttributeValue
GetAttributeValue(String)
Gets attribute against the specified attribute name
Declaration
JsonValueBase GetAttributeValue(string attributeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | key that identifies the JSONObject |
Returns
Type | Description |
---|---|
JsonValueBase | JSONObject against the key specified if exits |