Hi,
I need a tool which generates random JSON objects. I want to use this tool to do testing on my HTTP POST requests and use the random JSON object in it.
Any suggestions?
Hi,
I need a tool which generates random JSON objects. I want to use this tool to do testing on my HTTP POST requests and use the random JSON object in it.
Any suggestions?
Are you using any libraries? YUI, jQuery, Prototype? Any of these have built-in support for encoding objects into JSON strings, so what you would need is to create your function which creates your own random objects and just pass them in to their respective JSON encoding methods.