07-14-2025 01:28 PM
-- I have this JSON string that I need to convert to LabVIEW control that is an array of clusters where a cluster is: 1Darray of strings PLUS 2DArray of strings:
-- See the two attachments:
(a) JASON PACKET is provided in text file.
(b) LabVIEW VI that I tried to do but does not work
Solved! Go to Solution.
07-14-2025 02:00 PM
The type input just had to be modified a bit.
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
07-14-2025 03:17 PM
Thank you very much!
Can you clarify what you modified? That packet is just one example of multiple packets that will be arriving in that same format.
Once I get the details of the modification I will mark your reply as 'the SOLUTION'.
It is already a SOLUTION reply, but it just needs that further clarification.'
Thank you again
Anthony Lukindo
07-14-2025 03:18 PM
OK I got the modification.
You put a CLUSTER Over the Array!