Posts by Gabriel Rio • 15 points
4 posts
-
0
votes0
answers19
viewsQ: Error: CTC1014 Docker command failed with exit code 1
I don’t have much experience with Docker and programming, but when trying to run my project. net core with Docker it tries to compile, but after a while it returns the error below: Erro CTC1014 O…
-
1
votes1
answer89
viewsQ: How do I get value from an internal object in a Json file?
I would like to know how to access an object inside the json, follow the code: { "data": [ { "id": "or_asdasdasdasd", "code": "5d6f4sa56df", "amount": 800, "currency": "BRL", "closed": true,…
-
0
votes3
answers307
viewsQ: How to save parts of a json in variable?
I’m new with programming and have a project in Console Application, which returns the call of an API the Json of it. I would like to know which command I can only get a part of json with. For…
-
0
votes1
answer111
viewsQ: How to access a global application.json variable in . NET Core c#
I am new with programming and I’m having difficulty accessing a Token that is as variable in the file application.json. It is a console application, the goal is only to use the token of the global…