Browse Source
the Option.SUPRESS-EXCEPTION is not working in this case : var node = objectMapper.readTree("{\"test\" : null}"); JsonPath.using(Configuration.builder() .options(Option.SUPPRESS_EXCEPTIONS).build()) .parse(node.toString()) .read("$.test[?(@ != null)]");pull/909/head
1 changed files with 35 additions and 29 deletions
Loading…
Reference in new issue