You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by 1336230737 <li...@qq.com> on 2020/06/04 07:18:43 UTC

JSON format data in "BodyData" ,the quotation marks are not displayed properly.

hello.
JSON format data in "BodyData". Then open it with an editor, why the quotation marks are not displayed properly?&nbsp; how to solve this problem ?
like&nbsp; this:

Re: JSON format data in "BodyData" ,the quotation marks are not displayed properly.

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

On Thu, Jun 4, 2020 at 10:19 AM 1336230737 <li...@qq.com> wrote:

>
>
> hello.
> JSON format data in "BodyData". Then open it with an editor, why the
> quotation marks are not displayed properly?  how to solve this problem ?
> like  this:
> [image: image.png]
>
> [image: image.png]
>
>
>
The JMeter plan is saved in XML format.
Any custom input is XML encoded to make sure the XML could be properly
parsed.
You copy the decoded snippet and decode it here:
https://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii
or
any other similar tool.

Martin