JSON4 Processing
in
Contributed Library Questions
•
7 months ago
I try to use the new version of Processing 2.0b8 with examples from JSON 4 Processing examples:
I have the following error for this statement:
String jsonstring = "{\"myIntegerValue\":7}";
JSONObject myJsonObject = new JSONObject(jsonstring);
error: The type JSONObject is ambiguous.
It's OK with Processing 2.0b7 .
Do you have any solutions.
Thanks
2