Hi All,
I am trying to get a list<sting> from a controller.
Could you help me please?
Is it possible to get it without json? and how
If it is not how can I parse a simple json (which only includes values like this {"Rabbit","Dog","Cat",...} to a list in client side by js or jquery.
thanks.