Skip to content

Provide utility for creating/updating event maps (e.g. via a JSON string) #30

Open
@Geeber

Description

@Geeber

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions