getting JSON Exception while reading file in custom transport handler
getting JSON Exception while reading file in custom transport handler
InputStream is = replicationTransaction.getContent().getInputStream();
jsonTxt = IOUtils.toString( is );
JSONObject pageContent = new JSONObject(jsonTxt);
THE SAME IS working if i try to print the file content in content builder