-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
Hi,
Thanks for the awesome library. I had been looking for underscore.js functionality in java when I found this! However, I have been trying to use underscore-java to get a functionality similar to following:
.template(_.each(items, function(item) { <Tag> ${item.name} <\Tag> }),
where items is a JSON, for example: "{name: 'ABC', name: 'PQR'}"
The output should be "<Tag> ABC </Tag> <Tag> PQR </Tag>"
Is it possible to achieve this?
Regards
Payas
Metadata
Metadata
Assignees
Labels
No labels