예제 #1
0
 public static JsonPath from(string json)
 {
     return(JsonPath.from(json).@using(new DefaultJackson2ObjectMapperFactoryAnonymousInnerClass()));
 }