String json = request.getParameter('jsonStr'); json = URLDecoder.decode(json,'UTF-8'); System.out.print(json);