Random JSON data generator
21–30 of 30 posts
I need this as a library for Python, Java, and Racket; it'd be perfect for testing web services that return Java. I should probably fork the Javascript...
Re: Random JSON data generator
#22This seems like it would make a really great unix command line utility. You could make it look something like:
randjson
and it would fill in the template for you and spit it to stdout. That way you can include it in things like Makefiles or build scripts for testing various parts of your code.
Re: Random JSON data generator
#23used it last night... now it's down. It's an awesome resource
Re: Random JSON data generator
#24Would be an amazing command line app.
Re: Random JSON data generator
#25Cached version: http://realcache.com/?q=http://www.json-generator.com/
Re: Random JSON data generator
#26I think this could be even more useful if it took a JSON schema or something as a template instead.
Re: Random JSON data generator
#27Wow, this looks awesome. Unfortunately the site was hugged to death, anyone know if it's on Github?
Re: Random JSON data generator
#28"Over Quota
This application is temporarily over its serving quota. Please try again later."
Side-effects of using App Engine :(
Re: Random JSON data generator
#29"Over Quota This application is temporarily over its serving quota. Please try again later." Side-effects of using App Engine :(
OP just needs to scale up. Advantages of App Engine :)
Re: Random JSON data generator
#30I need this as a library for Python, Java, and Racket; it'd be perfect for testing web services that return Java. I should probably fork the Javascript...
Here is the javascript: http://www.json-generator.com/js/app.753945435.js
Don't think the source is open-source, though.