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