ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unflatten from Partial/incomplete JSON File

Solved!
Go to solution

I don't like using extra packages as it means that every developper needs to install them, so I avoid them where posible.

 

Also the attached snippet takes a complete JSON string and populates a partial cluster, not a partial string and populate a complete cluster (though I've not isntalled it to see if it would do that).

0 Kudos
Message 11 of 12
(1,072 Views)

@Richard_Ha wrote:

Also the attached snippet takes a complete JSON string and populates a partial cluster, not a partial string and populate a complete cluster (though I've not isntalled it to see if it would do that).


It'll work in either direction:

Other way around.png


I don't like using extra packages as it means that every developper needs to install them, so I avoid them where posible.


VIPM packages make install easy.  I usually include a subdirectory of all required packages in the source-code control of the project, so the developer can easily get going.  

 

0 Kudos
Message 12 of 12
(1,070 Views)