Don't use the JSON plugin? The point of it is to create JSON, but you already have JSON. On Feb 18, 2015 7:18 AM, "bavon mike" <[email protected]> wrote:
> 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
>

