Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE23F17353 for ; Wed, 18 Feb 2015 12:18:45 +0000 (UTC) Received: (qmail 65148 invoked by uid 500); 18 Feb 2015 12:18:38 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 65111 invoked by uid 500); 18 Feb 2015 12:18:38 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 65099 invoked by uid 99); 18 Feb 2015 12:18:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 12:18:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bavomike@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 12:18:32 +0000 Received: by iecvy18 with SMTP id vy18so678312iec.13 for ; Wed, 18 Feb 2015 04:16:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=T84Y28Uhv5r1N05tS1saDGfBCmYWJr2ZSKOCbGLapV0=; b=qIdzv/FszIWVV5+wQg0mgRr0WMQLA9CJhJmzpjRLED/r4aFE62wx92HrJ9B2uxZ9OK jIz9IYK006l4stmOItE7aPUsFdpTFTbmYaAJhTYdQTWZK7MR1NwH+T8Na6xwFOl2n34o ieG7cKAIpfH7BLXMfnN/0+lfOakW/OzRuGLdW3QTruhf+wzo2muQF9QBN1k2T4wZwIOb gY94V+kLi75i9L+tQvrggAlXWsd7Z3GBTqhjElomSKkCzINQyoqur0VpJLpZ8ljFysS4 1pCCHRs4NzCe7OUb21jslYaVVN6G/6DCmnVdky3QXS1IAFsbU+e1JvcZv3kC+EQnINtI 7FOw== MIME-Version: 1.0 X-Received: by 10.42.58.139 with SMTP id i11mr2888937ich.68.1424261802021; Wed, 18 Feb 2015 04:16:42 -0800 (PST) Received: by 10.42.230.132 with HTTP; Wed, 18 Feb 2015 04:16:41 -0800 (PST) Date: Wed, 18 Feb 2015 15:16:41 +0300 Message-ID: Subject: How do i prevent Struts 2 json plugin from escaping already formated json? From: bavon mike To: user@struts.apache.org Content-Type: multipart/alternative; boundary=20cf30334b6fc6dbdc050f5bca46 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30334b6fc6dbdc050f5bca46 Content-Type: text/plain; charset=UTF-8 I already have a json string like: {"name": "Simple name", "description": "simple description"} When using Struts 2 json plugin, it returns escaped string like: {\"name\": \"Simple name\", \"description\": \"simple description\"} How do i configure struts 2 plugin to avoid this escaping? Regards Mike --20cf30334b6fc6dbdc050f5bca46--