Hey!
I'm working with WAMP right now and need to flatten/ unflatten a lot of data into JSON arrays and/or objects. With named objects or arrays of named objects everthing is fine. But I have to deal with a lot of arrays like this one (a rather small and simple one)
[13, [1], "7c3c6113-9d26-4354-8e6d-412597b96f0c", false]
Right now I do something like this:
Is there a better solution to unflatten these arrays into LabVIEW data structures? I would love to use a typedef for unflattening my data but I could not find a better solution.