Hi Jesse, 

I would suggest you open a .jmx file inside a text editor and take a look.

http://www.quora.com/What-are-some-good-ways-to-read-and-understand-JMeter-JMX-files
 
<http://www.quora.com/What-are-some-good-ways-to-read-and-understand-JMeter-JMX-files>
https://wiki.apache.org/jmeter/JmxTestPlan 
<https://wiki.apache.org/jmeter/JmxTestPlan>


Then you would need to investigate perhaps an XSL transform .. 

http://www.bramstein.com/projects/xsltjson/ 
<http://www.bramstein.com/projects/xsltjson/>

<snip> snipped from  - 
http://stackoverflow.com/questions/13007280/how-to-convert-json-to-xml-using-xslt
 
<http://stackoverflow.com/questions/13007280/how-to-convert-json-to-xml-using-xslt>

In XSLT 3.0 there is a function to parse any JSON object -- parse-json() 
<http://www.w3.org/TR/xslt-30/#func-parse-json> -- to a map 
<http://www.w3.org/TR/xslt-30/#map> -- a new data type introduced in XSLT 3.0. 
Read about this here: http://www.w3.org/TR/xslt-30/#json 
<http://www.w3.org/TR/xslt-30/#json>

<snip>

Regards
Ramon

> On 20 May 2015, at 04:31, Jesse Zhang <[email protected]> wrote:
> 
> hi,allRecently i want to convert .json files to .jmx files.But i dont know 
> are the .jmx files in a fixed form like json.And does anyone have some good 
> ideas to solve it?
> thanks&regardsJesse

Reply via email to