Yonas Habteab ccf4eebc3d Make ValueGenerator more flexible & easy to use
This commit refactors the ValueGenerator class to be a template that can
work with any container type. Previously, one has to manually take care
of the used container by lazily iterating over it within a lambda. Now,
the `ValueGenerator` class itself takes care of all the iteration,
making it easier to use and less error-prone. The new base `Generator`
class is required to allow the `JsonEncoder` to handle generators in a
type-erased manner.
2025-09-16 14:04:56 +02:00
..
2025-04-29 11:42:14 +02:00
2025-04-29 11:42:14 +02:00
2023-05-17 18:05:13 +02:00
2023-05-17 18:05:13 +02:00