I have a string like that

str = "REF_EMP:'sss',REF2:'A1'"

I need to generate a hash map in order to execute

jQuery('#DB').deserialize(str);

Any idea?

Reply via email to