LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

unflatten jason

I have a labview unflatten jason, when I ran I got error code 375006. Please help me!!!

Download All
0 Kudos
Message 1 of 2
(2,455 Views)

JSON, not "jason"

 

It is good you attached your VI, but it is missing data.

Save your JSON string as default data in the control.  Or just attach it as a string constant.

 

Something is wrong in your VI, either in your data or your JSON type cluster.

 

You must have had error -375006.  When I look that up, the error says "the cluster element is not found in the JSON string".

 

What I noticed in your cluster is that neither string element had a label associated with it.  So if your JSON string has a label for the element, (I don't know why it wouldn't), it didn't know how to map those items to a cluster where the elements were defined with empty string names.

0 Kudos
Message 2 of 2
(2,437 Views)