Ajson acess

Inside the getrootnodes I am creating the json super object with the following.
AJSon:= TSuperObject.Create(stArray);
Is it possible to access this "AJson" variable in my own procedure on the same IW page at a later time?
AJSon:= TSuperObject.Create(stArray);
Is it possible to access this "AJson" variable in my own procedure on the same IW page at a later time?