Newtonsoft can't deserialize object – Asp.net
I'm trying to deserialize my list of categories that I had on my web Api. But It won't return anything. First it was returning this type of error Cannot deserialize the JSON array (e.g. [1,2,3]) into type ' ' because…