asp.net Javascript serialiser
- by nuubee
Hi Im having trouble getting the Javascript serialiser to convert this Json string to alist of strings
{'Roles':['Role1','Role2','Role3','Role4']}";
(new JavaScriptSerializer()).Deserialize< List<String> >( strInput )
it returns an empty list