Monday, June 10, 2013

string map to actual #groovy map

Convert a string map representation to a groovy map, for further manipulation
def stringMap = "['a':['c':'true'],'b':4]"
def map = evaluate(stringMap)

No comments:

Post a Comment