Click or drag to resize
JsonDynamicGetOrDefault Method
Overload List
  NameDescription
Public methodGetOrDefault(String, JsonDynamic)
Gets value stored under given key and casts it to dynamic type. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, JsonValue)
Gets value stored under given key and returns it as dynamic type. If not such member exists than defaultValue is returned.
Top
See Also