Hi, On Thu, Jun 4, 2020 at 10:19 AM 1336230737 <[email protected]> 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
