Skip to content

Add JsonNode.map() method #5579

Description

@cowtowncoder

As a simple functional add-on, let's add something like this on JsonNode:

public <R> R map(Function<? super JsonNode, ? extends R> mapper);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions