Open
Description
Creating deeply nested maps in Java is kind of painful (see https://news.ycombinator.com/item?id=8637447). We should provide a utility to make it easier. One possible way (which has been explicitly requested at least once or twice) would be a method like:
Map<String, Object> buildEventFromJson(String json)
There are probably other good solutions.
Metadata
Metadata
Assignees
Labels
No labels