03-11-2015 11:58 AM
Hi,
I need to assing values to an HTTP site by sending a json string, I have been trying using the HTTP client PUT vi with no success, does anyone have an easy way of sending a json string to an HTTP site in labview thru the PUT method???
Thank you
03-12-2015 04:25 AM - edited 03-12-2015 04:26 AM
What have you tried?
This should work as a basic example:
If you have LabVIEW 2013 or newer, there are built-in VIs for encoding/decoding JSON strings to/from LabVIEW clusters.
03-14-2015 12:25 AM