When I try to call
JSONClass json = new JSONClass();
I'm getting the error error CS0246: The type or namespace name `JSONClass' could not be found. Are you missing a using directive or an assembly reference?
Hm? Is there supose to be a script JSONClass I need?