Not sure I understand.
Once the object is updated with the values returned from ajax, which is a JSON string, there's an easy way to extract the pieces to use before I store it?
Example ajax response: {"score":"5","high_score":"315","game_token":"xyzabc"}
How would I be able to extract each piece of that before storing it?
I am not even able to find a good tutorial on how to extract after storing to a json either...which would probably help.