json-schema-faker
Closed this issue · 1 comments
eXigentCoder commented
Hey, I was taking a look through your library and it's very similar to one we used before to generate lots of data for performance testing. I thought I'd recommend you check out: json-schema-faker
It uses both chance.js and faker.js to generate data and might save you some time. The json-schema format is very expressive.
rouanw commented
Thanks for the link @eXigentCoder!