Posts by Bruno Ferreira • 135 points
2 posts
-
11
votes3
answers5878
viewsQ: Creating a List<> from a Json C#
I have a doubt regarding JSON, I have the following JSON: { "jsonrpc":"2.0", "result":{ "nr":26, "lista":[ { "codigo":"2", "nome":"Pratos Quentes", "foto":"./images/cupcake.png" }, { "codigo":"3",…
-
2
votes1
answer44
viewsQ: Error Browsing a Json
Good afternoon, you guys, I have a question about json, i have the following json : { "jsonrpc":"2.0", "result":{ "nr":26, "lista":[ { "codigo":"2", "nome":"Pratos Quentes" }, { "codigo":"3",…