Skip to content

JsonNodeValueResolver.toMap() should resolve the value of the Map.Entry in entrySet() #969

Description

@DavidWei252

The current entrySet() implementation of the Map inside the JsonNodeValueResolver.toMap() function didn't resolve the value of the entry. (source)

For example:
With input { "array": [ {"foo":"bar"},{"foo":"biz"} ] } and template {{ join this.array ", " }}

The current implementation will output {foo="bar"},{foo="biz"}
Instead we want the output become {foo=bar},{foo=biz}

Task:
Update the current entrySet() implementation of the Map inside the JsonNodeValueResolver.toMap() function to resolve the entry value.

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions