I'm trying to set a variable in my script (scripts in Events) with Dictionary.AsJSON,
I did this but it doesn't seem to return the correct data (JSON with keys/values):
var gameData = runtime.objects["dictGameData"].getFirstInstance()
How to get exact dictionary object as JSON using its name (e.g. "dictGameData") or maybe its UID and then get its all keys/values as JSON to set a variable?