How to put string in a map without saving it first to file
B4X:
'info = string reading from http site
info=response.GetString("UTF8")
'don't want to use the following i want to load string from memory into map
Response.GetAsynchronously("MainResponse",File.OpenOutput(File.DirDefaultExternal, "info.dat", False), True, RequestId)