prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] JSONObject.parse() errors out on clean JSON input #48

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by ibiwan Monday Feb 25, 2013 at 21:26 GMT Originally opened as https://github.com/processing/processing-web/issues/48


input file: https://github.com/ibiwan/dynamisaurus-rects/blob/master/rMain/dnd.json

error displayed: "java.lang.RuntimeException: JSONArray initial value should be a string or collection or array."

This file is cleanly parsed with the original org.json library.

prisonerjohn commented 10 years ago

Comment by fjenett Monday Feb 25, 2013 at 21:32 GMT


"processing-web" is only for the processing.org website. Please report your bug over at: https://github.com/processing/processing/issues

prisonerjohn commented 10 years ago

Comment by ibiwan Monday Feb 25, 2013 at 21:33 GMT


whoops, sorry and thanks