JSON Mock Data Generator

A small program to generate JSON data.


It's easy to generate test mock JSON data for a small HTTP request or similar use because there is plenty of online tools providing this functionality for you.

But what if you want to generate data for a database performance test for systems like MongoDB or Elasticsearch?

Online tools can generate entities in tens, maybe in hunders, but in thousands or millions? 

In this case comes the JSON Mock Data Generator on the scene.