JKISoftware/JKI-JSON-Serialization

Deserializing an Array of Cluster of Arrays unnecessarily wraps Inner Array Elements in variants

Closed this issue · 1 comments

When Deserializing an Array of Cluster of Arrays, the Inner Array Elements are unnecessarily wrapped in a Variant.

image 9

Note the variant wrapper when flatting to XML using LabVIEW's built-in function (XML shown only for visualization of the problem).
image 10

The solution is to call 'Array of VData to VArray' instead of coercing the Variant Array to a Variant.

image 11

Will be fixed in next release (greater than 1.1.10)