-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider introducing an any
generator.
#6
Comments
Good idea! Sounds really useful for trying to find errors in input sanitation/validation code. |
Could also include magic values if available? |
Yes it should just be based on the number and text generators, then you get that for free. |
This generator should also produce nested objects and arrays. I think it would be nice to just say how many leafs you want and generate a random tree structure connecting the leafs with random branches. |
We might also allow to generate any primitive as well. |
Something like:
It should also be capable of generating random objects and nested arrays.
The text was updated successfully, but these errors were encountered: