JSONObjectGet Method |
Name | Description | |
---|---|---|
Get(String, Object) |
Gets the value associated with the specified key (CLR object's field or property name) regardless of the type.
If the specified key is not found, returns the given default value.
| |
GetT(String, T) |
Gets the value associated with the specified key (CLR object's field or property name).
If the specified key is not found, returns the given default value.
|