I did update json4processing lib recently (version 0.1.6), it should work for b8 now. However you don't use JSONObject and JSONArray anymore - just JSON.
- JSON root = JSON.parse(text);
- root.getString("???");
- root.getInt("???");
- JSON innerObj = root.getJSON("???");
- JSON innerArr = root.getJSON("???");