put

  1. M

    Android Question Save Map with custom Type to file

    Hello everyone. I've a Map, that will be saved using File.WriteMap Dim m1 As Map = CreateMap("Version": AppVersion, _ "Thing1": -1, _ "Thing2": "", _ "Thing3": "", _...
  2. A

    Android Question Problem with Api rest, Json, Put.

    Hello, I have a problem I need to send a json with the put method to an api. The json is: { "person" : { "User" : "Rodrigo", "Pass" : "xx123" }, "answers" : [ { "NmbItem" : "Item 1", "DscItem" : "Descripción del item 1", "QtyItem"...
Top