dynamic-sized JSON Object from Array-of-Clusters

Issue #58 resolved
James Powell repo owner created an issue

Often want a variable-sized array of things by-name. So a JSON Object. But LabVIEW Cluster is fixed size.

Idea: use a tag, <JOBJ>, on an array of clusters to indicate that the first element of the array is the item name. Then teh array of clusters will flatten, not to a JSON Array, but a JSON Object with the first cluster element used as the item names.

Comments (7)

  1. James Powell reporter

    First (Name) element usually a string, but perhaps could allow numbers as well (useful for a sparse array).

  2. Log in to comment