Flatten JSON Object to JSONpath Array.vi does not take JSON arrays

Issue #46 new
Former user created an issue

If the input JSON has an array object the output path does not contain any array items. So if somebody is looking to see what is in the array it is not possible.

That limit the functionality and would be great if it was possible to see the path to the array and all elements inside, especially because the JSONtext path notation allows for it :)

Comments (2)

  1. James Powell repo owner

    Actually, instead of that notation, we have to be able to insert at the location just passed the end of the array. This allows us to build the array from our array of paths.

  2. Log in to comment