If you use current jmeter trunk version (nightly build)you have in http request sampler a new display of parameters as raw post body which Will be very useful in your case.
Regards Philippe On Wednesday, January 4, 2012, Flavio Cysne <[email protected]> wrote: > I think HTTP Raw Request, from jmeter-plugins, will do the work. > Although not so straight forward as using HTTP Proxy, but it does. > > You can use "REST Client" Firefox plugin + Firebug to help you build these > requests. > > Hope it helps you. > Flávio Cysne > > 2012/1/4 Deepak Shetty <[email protected]> > >> yes and no. >> No - there isnt an out of box plugin which understands the JSON format >> Yes - JSON is ultimately text that is part of the request/response and >> Jmeter can do that so you can test web applications that use JSON. You also >> have various post processors (which can use JSON java libraries to parse >> the response if needed). you should get some google hits if you search on >> how to do this >> >> regards >> deepak >> >> On Wed, Jan 4, 2012 at 8:23 AM, Sayantani <[email protected]> wrote: >> >> > Hi All, >> > >> > Does JMeter support JSON request/response? If yes, how do we implement >> it? >> > How do we handle parameterization and correlation? Please give any >> > reference document if available; it will be of immense help. >> > >> > Thanks for your input. >> > >> > -- >> > >> > Thank you, >> > Sayantani >> > >> > -- Cordialement. Philippe Mouawad.
