danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

Dynamically generated key #74

Closed jdalrymple closed 1 year ago

jdalrymple commented 5 years ago

Would it be possible to generate the key as well as the value?

{ ... 'chance.word' : ' chance.word' ... }

danibram commented 5 years ago

Yes, its viable, i need to think better about how to do it. Thanks for the issue

danibram commented 1 year ago

I havent too much time and I priorized other features, sorry but this wont be implemented. If you want to contribute and add this feature, PRs always welcome! Thanks!