Live data from Hacker News

Random JSON data generator

json-generator.com

21–30 of 30 posts

Re: Random JSON data generator

#22
This 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

#30
post #21

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...

Here is the javascript: http://www.json-generator.com/js/app.753945435.js

Don't think the source is open-source, though.

Post reply on HN