Posts by Brendown F • 1 point
3 posts
-
0
votes1
answer123
viewsA: The name "Json" does not exist in the current context
For those who have problems like mine, the solution after turning the internet for me was, define the class where my function was as a controller, I had forgotten to define it. public class Json:…
-
-4
votes3
answers2609
viewsA: What is python’s " "?
Operator-only bit OR: When the two binary bit corresponding different and the result is 1
-
-4
votes1
answer123
viewsQ: The name "Json" does not exist in the current context
Good afternoon, I have the following part of my class that would serve to feed the objects obtained through a json online. public JsonResult GetJson() { string res; WebClient client = new…