Instead of map we could use Jackson's `JsonNode` object type: ```java JsonNode object = mapper.readTree(jsonString); ```
[ Full content available at: https://github.com/apache/incubator-pulsar/pull/2497 ] This message was relayed via gitbox.apache.org for [email protected]
