Decode to a List

View: New views
1 Messages — Rating Filter:   Alert me  

Decode to a List

by douggiefox :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

It's late.

I've encoded the data from a table in Extjs....using Ext.encode.

In my grails controller, I have something like this:

"members":"[{\"name\":\"A new member\",\"age\":21,\"cover\":\"Single\",\"excess\":\"\",\"term\":\"\",\"plan\":\"\",\"londonUpgrade\":false,\"dob\":\"\",\"world\":false,\"winter\":false,\"business\":false}]"]}

How do I decode this back to a list of something?

Best

DF