This is a really weird bug, when grabbing JSON from my server (which is produced via PHP), I get this error when calling:
json = [NSJSONSerialization JSONObj
I ended up having to change my php file from echoing the json syntax to simply outputting with json_encode.