We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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!
Answers
Maybe
processing.data.JSONObject
From
http://processing.github.io/processing-javadocs/core/processing/data/JSONObject.html
edit: yep that worked.
https://forum.Processing.org/two/discussions/tagged/ambiguous