Map.Put("temp",Null)
In B4i, it is not possible to add a Null value to a map. Why? It is possible in B4A and B4J, why can't I do it in B4i?
Next, this map is converted to json and some of the points must contain a null value (this is required by the server to which I send it), but I cannot do...