Esempio n. 1
0
 public IPathSegment CreatePathSegment(JProperty jProperty)
 {
     return new JsonPathSegment(jProperty.Name, jProperty.IsEnumerable());
 }