A tiny library to map values in Vert.x JsonObject. Use-case: having JsonObject, using a regular expression, replace all string values to a particular replacement.
When I make the following POST request: And when I debug it in IntelliJ, then I see that the payload is empty: If I replace JsonObject with Map<String, Object>, then it starts working (again): ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...