From: D B. <ba...@aw...> - 2017-11-21 16:11:57
|
Hi, On 20/11/17 22:37, Piotr Piernik wrote: > Try put this as expression > import com.fasterxml.jackson.databind.ObjectMapper; import > java.util.HashMap; new ObjectMapper().readValue(attr['email'], > HashMap.class).get('value') Thanks a lot, that works! D. |