v.18.12Improvement
VisitParamExtractRaw Function Handles Nested Structures Correctly
The visitParamExtractRaw function works correctly with nested structures. Winter ZhangWhy it matters
This feature addresses the limitation wherevisitParamExtractRaw was unable to correctly process nested data structures, enabling users to accurately extract raw parameters from complex hierarchical data formats.How to use it
Users can apply thevisitParamExtractRaw function as before; it now automatically supports nested structures without additional configuration or changes in usage.