Serializing Numbergen Dynamic Parameters

Is there an easy way to have a numbergen dynamic parameter give a value upon serialization rather than giving the numbergen generator?

Thanks.

BTW I’m using this for creating request, response objects for testing Restful microservices. The numbergen concept is convenient for testing values within ranges, but I need the data as a dict/json.

1 Like

Hi @LinuxIsCool

Sounds interesting. Could you provide a minimum, reproducible code example. I Think I could learn a lot from it. Thanks.

The example I have now is on a proprietary codebase, but when I have some time I’ll come back and sketch an example.

1 Like