Hi use this it should resolve your error.
@rx.event
def confirm(self):
self.did_confirm = True
import json
with open("x.json", mode='w') as h:
h.write(json.dumps({
"word1": StateA.value.get_value(),
"word2": StateB.value.get_value(),
}))