Beispiel #1
0
 public static JNode Find(IEnumerable <JSegment> expression, JNode json)
 {
     return(JSegment.Expand(expression, json));
 }
Beispiel #2
0
 public static JNode Find(string expression, JNode json)
 {
     return(JSegment.Expand(expression, json));
 }