I need a random object generator in JavaScript that generates a variety of objects with different fields and values. Any ideas where I can find such tool?
I need to generate random objects with various complexity.. My goal is to use JSON in order to serialize these objects and fuzz test my application http api.
It will create a obj with X paramenters, all with a integer, float, string, boolean or null value.
I just made it :B