569570571572573574575576577578579
JSONWriter json = new JSONWriter(writer); try { json.object(); { json.key(JSON_APP).value(appId); printer.printClientConfig(json); } { json.key("formats"); Set<String> formats = printer.getOutputFormatsNames(); json.array();