Random JSON data generator
json-generator.com
Random JSON data generator
1–10 of 30 posts
Re: Random JSON data generator
#2Does this have an API? I could see it being a great tool if it did.
Re: Random JSON data generator
#3Amazing. I didn't even realize I was wasting time generating my own sample JSON data until I played with this.
Re: Random JSON data generator
#4I was expecting a fuzzer what would let me generate things to try to corrupt my JSON interpreter, but this is much more useful.
Re: Random JSON data generator
#5Alright that is freaking nice! Great work! +1 for API. Be nice to be able to send my template (left side of window) and get back the JSON on the right.
Re: Random JSON data generator
#6It would be great if this was published as an npm module.
Re: Random JSON data generator
#7For fixture generation / mocking API that would be great
Re: Random JSON data generator
#8tried using this before (or one similar to it).
the reason I still have to use python is for generating different clusters of objects with distinct attributes (e.g. to create a non-normal distribution within objects and attributes). this system lets you create random clusters of objects without being able to control the distribution because you can't predefine variables.
unless of course, I'm missing some key feature?
Re: Random JSON data generator
#9It would be great if this was published as an npm module.
I was thinking along the same lines, I've used Faker [0] for PHP before and I would love to be able to have an npm module to generate test JSON like this!
Re: Random JSON data generator
#10+1 for awesome/simple. Would be great if this came with validators for the different types.