[SOLVED] Strange ParseJSON behaviour...

Hi all, I’ve encountered a very odd problem. I’ve been using the ParseJSON() method for several months now, and I’ve never had any problems with it. Today, a JSON request I make regularly began failing. Specifically, its parsing objects as functions, which causes the app to crash when the it attempts to access members of the “function”.

SOLVED: Turns out I had a function with the same name as a local variable. Oops!