Parsing the value from JSON and stored it into a variable using Groovy. below is the value stored in that variable.
[[UserName:usernameX, Password:passwordX]]
The format is Arraylist, how can I retrieve the UserName and Password value like [usernameXand passwordX].