Thursday, December 27, 2012

Using JSON with Jmeter

Thanks to Deepak and his post here, I could get JSON working with Jmeter which was essential for testing when the payload was a json object when sending and receiving.

For the lazier people who might not visit the link, just download the json reference implementation code, compile and make a jar and put it in the lib directory of jmeter.

Another thing, keep looking at the code in the JSON implementations for the correct signatures when writing stuff.

Good luck!

No comments: