Пример #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);
 }