dummy-json
dummy-json copied to clipboard
Generates random dummy JSON data in Node.js
Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....
Hello maintainers, given how popular of a DB Mongo is I think many people would appreciate having an ObjectId generator. What do you think?
Hello, Will there be an alphanumeric field in the future? {{ alphanumeric 10 }} KLK893KLE0
This is a great tool. Is there support for nested objects? For example in this case items is the final object and the nesting is present because of "children" parameter....
I want to create some data with a "start date" (d1,d2) and "action date" (xxx,d2) - however, the action date must be greater than the start date How can I...
Currently I can't use this: `dummyjson ./dir/subdir/**/*.hbs > ./dist/` I'd like to use glob patterns s.t. I don't have to specify each and every file for input.
I tried generates a first name json, and repeat 100. But some of first name are duplicate, any options so i can generates a non-duplicate random first name? Thank so...
Hello, How could I best approach including gender in my mock data? Taking that a step further, how could I include mock data of male names and female names? I...
Would be nice to be able to get a streamed output of the json. Would be useful for large arrays.
Is there any method to validate the template before converting to JSON. Any help :)