David Wei
Results
1
issues of
David Wei
The current entrySet() implementation of the Map inside the JsonNodeValueResolver.toMap() function didn't resolve the value of the entry. ([source](https://github.com/jknack/handlebars.java/blob/master/handlebars-jackson2/src/main/java/com/github/jknack/handlebars/JsonNodeValueResolver.java#L156)) For example: With input `{ "array": [ {"foo":"bar"},{"foo":"biz"} ] }` and...
bug