Question:
What is the most efficient way to transform aggregate results to string object maps?
Constraints:
The keys of the aggregated results are unknown. The transformation has to be performed as efficient as possible.
Suggested solution: Convert a list of aggregate results to a Json string and deserialize the string as an object.
|
|||
|