vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

json objects should be merged with deep merge #11

Closed stundzig closed 7 years ago

stundzig commented 7 years ago

See http://vertx.io/docs/apidocs/io/vertx/core/json/JsonObject.html#mergeIn-io.vertx.core.json.JsonObject-boolean- With parameter deep set to true, we have a real merge of the values. So it is possible to add different stores with e.g. json files and merge all the contents together.

cescoffier commented 7 years ago

Thanks !

stundzig commented 7 years ago

Hi, oh this was very fast. You are welcome. ;)