56575859606162
protected OrgJsonOutput adaptOutput( OutputStream output ) throws Exception { Writer writer = new OutputStreamWriter( output, "UTF-8" ); JSONWriter json = new JSONWriter( writer ); return new OrgJsonOutput( writer, json ); }