コード例 #1
0
ファイル: JsonPath.cs プロジェクト: Robin--/Warewolf
 public IPathSegment CreatePathSegment(JProperty jProperty)
 {
     return new JsonPathSegment(jProperty.Name, jProperty.IsEnumerable());
 }