parsing nested string array fails

Issue #2 resolved
Former user created an issue

It looks like in jsontext\JSON text to Variant.vi, in the array case, in the string case (and some of the numbers) you use the labview built-in json functionality. However, you do so on the full string, and for my case it fails (in the dbl/sgl case you do the parsing on a subset). I can easily reproduce with the json below and the matching array of cluster of array of string. [{ "ohno": ["1","2"]}]

Comments (3)

  1. D Smith

    The above was me, I forgot my login. Another note: since you use the built-in unflatten it hits the null issue you told me about if there is a null in any string in the array.

  2. Log in to comment