Error Newtonsoft.Json.JsonReaderException: 'Unexpected character encountered while parsing value: S. Path '', line 0, position 0.' – Asp.net
I have this problem, I believe it's something in Json, but I've tried everything and I'm not able to return the objects. My code: public List<Product> List() { var retorno = new List<Product>(); try { using (var client = new…