I came across a situation where I wanted to test enter a bunch of fake users in my user-management system. I didn’t want to have to come up with a dozen or so fake names/usernames/passwords/addresses/emails/phone numbers so I came across this in my travels: http://www.json-generator.com/

It’s pretty glorious and will come up with some great formatted output like so:

 

I used this recipe:

Pretty neat eh? You can spit it out to JSON text files and have at them! Working smarter and not harder strikes again!