I took your advise and saved the data to a file:
File.WriteString(File.DirInternal, "1.JSON", Result)
But as I understand files in DirInternal is hard to get.
I can read it with File.ReadString(File.DirInternal, "1.JSON")
But nothing else. If I write it anywhere else, it does not exist, or is it written at all?
I have tried DirRootExternal and DirDefaultExternal but the file does not exist there or anywhere.
Is there somewhere I can write the file to, so that I can get the content of the JSON-file?