54555657585960
String configString = request.getParameter("config"); JSONTokener t = new JSONTokener(configString); JSONObject config = (JSONObject) t.nextValue(); return new ReconOperation(engineConfig, columnName, ReconConfig.reconstruct(config)); }