I’m using kotlin-faker to generate random instance...
# getting-started
p
I’m using kotlin-faker to generate random instances for something similar to fuzz testing with json. I want to avoid empty lists and null values in the generated object, and am unable to wrangle it right. any tips?