Unflatten SubCluster from JSON array bug

Issue #87 resolved
JulenTek created an issue

The VI “Unflatten SubCluster from JSON“ gives an error 91 when the cluster has an array as the first item.

See attahced example, done in LV 2020 with the JSONtext version 1.4.5.91

Comments (6)

  1. James Powell repo owner

    For some reason I connected the unbundle (enforcing Cluster input to teh VIM) to the For Loop. When teh first element is an array, this causes indexing over teh array, limiting teh For Loop to too few iterations:

  2. Log in to comment