hello
if (oSession.url.Contains("/api/v1/users/web_profile_info/?username=")) {
var directory: String = "d:\\aos\\";
var path: String = System.IO.Path.Combine(directory + "as.json");
oSession.utilDecodeResponse();
oSession.SaveResponseBody(path);
}
and result save file but file is empty .
How to save json result ?