Click or drag to resize

JSONObjectGet Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodGet(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.
Public methodGetT(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.
Top
See Also