public static reJSON getInstance() { if (instance == null) { instance = new reJSON(); } return(instance); }
void Start() { rejson = reJSON.getInstance(); }