Is there a method available that allows me to make an AJAX request and update the gon variable directly? I've tried using the gon.watch functionality, but it only acts as a getter function without altering the original object. I need the value of the gon variable to be updated for use in other JavaScript functions later on. Is there a solution for this currently?