Posts by Guilherme Oliveira • 65 points
2 posts
-
0
votes1
answer355
viewsQ: POST Web API method returning null
I am making a Web API in C# ASP.NET and in the POST method the value is returning me null. I’m using Postman to play a JSON within value but still returns me null. public string…
-
6
votes2
answers3248
viewsQ: Capture repeated elements from a Javascript array
I need to remove the repeated values of a vector and play these repeated values in another vector, I found this code that removes the repeated values, but I do not know how to capture them, and I am…