This is the error I'm receiving.
This error occurs when the game attempts to "load" a screen.
My game is saving each object's JSON data to a key=value array.
Upon loading, it loops through this array, and for each object of type A, creates object A and loads A from JSON at Array.CurX,1 (where CurX,1 is the JSON data of the object that was saved.)
I had assumed that the pin properties would be correctly saved and recalled by saving the object AsJSON and loading it back from that data. Either this is the incorrect method or I'm just doing something wrong.
Any suggestions?