Trying to run this sketch, problems with JSON

Hey everyone, So I'm trying to run this sketch: https://github.com/ericblue/Processing-Brain-Grapher

Even though I thought JSON was included in Processing, I get this error: No library found for org.json. So then I thought about commenting this line: import org.json.*; so that Processing would use its own JSON. Then I get this error: The constructor JSONObject(Object) is not visible. If I add the JSON library then Processing gives me the error JSONObject is ambiguous.

Any ideas?

Tagged:

Answers

Sign In or Register to comment.