示例#1
0
 public bool GetJsonExists(object @object)
 {
     return JsonGetterDynamicHelperSchema.GetJsonPropertyIndexedExists(_propertyName, _index, (IDictionary<string, object>) @object);
 }
示例#2
0
 public object GetJsonProp(object @object)
 {
     return JsonGetterDynamicHelperSchema.GetJsonPropertyIndexedValue(_propertyName, _index, (IDictionary<string, object>) @object);
 }