JSONObject is ambiguous - how to choose Processing's class?

I'm currently working on a project that uses the Twitter4j library which, along with Processing, also implements JSONObjects. I'm getting an error that reads "The type JSONObject is ambiguous" because of this. I know how to specify it so that is uses the Twitter4j JSONObject class, but how do I specify for it to use the Processing JSONObject class?

Thanks!

Sign In or Register to comment.