public static Matcher jsonArray()

in jackson/src/main/java/com/spotify/hamcrest/jackson/JsonMatchers.java [49:52]


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