|
|
@ -195,8 +195,7 @@ public class JsonPath { |
|
|
|
} catch (RuntimeException e){ |
|
|
|
} catch (RuntimeException e){ |
|
|
|
if(!optSuppressExceptions){ |
|
|
|
if(!optSuppressExceptions){ |
|
|
|
throw e; |
|
|
|
throw e; |
|
|
|
} |
|
|
|
} else { |
|
|
|
} |
|
|
|
|
|
|
|
if(optAsPathList){ |
|
|
|
if(optAsPathList){ |
|
|
|
return (T)configuration.jsonProvider().createArray(); |
|
|
|
return (T)configuration.jsonProvider().createArray(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
@ -207,6 +206,8 @@ public class JsonPath { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Set the value this path points to in the provided jsonObject |
|
|
|
* Set the value this path points to in the provided jsonObject |
|
|
|