/vertx-json-patch

adaption of flipkart-incubator/zjsonpatch for io.vertx.core.json

Primary LanguageJavaApache License 2.0Apache-2.0

Given that io.vertx.core.json does not implement required methods such as JsonArray.add(int, Object) and does not handle well null they have been rewritten here.

based on