public static Matcher jsonArray()

in jackson/src/main/java/com/spotify/hamcrest/jackson/IsJsonArray.java [48:51]


  public static Matcher<JsonNode> jsonArray(
      Matcher<? super Collection<? extends JsonNode>> elementsMatcher) {
    return new IsJsonArray(elementsMatcher);
  }