Vortexhunter Posted October 3, 2024 Report Posted October 3, 2024 Thanks for that! It's what the machine is replying with, so I am stuck doing a string conversion after... 😒 Quote
Jiri Posted January 9 Report Posted January 9 Hello, I used JSONtext library in my old project and now I tried to brush this project and install this library through VIPM to Labview 2023 again ... There appeared an error concerning dependencies "VIPM couldn't download the package JDP Science Common Utilities v1.4.1.18 from the remote server ... Could you please check availability of this package? Thanks Jiri Quote
Kjell-Edmund Ims Posted January 14 Report Posted January 14 The Reformat.vi function has a boolean input "Format empty string as null". This input seems to be fully ignored as it happily continues to output "some_param":"" (empty string) instead of "some_param":null Quote
LogMAN Posted January 14 Report Posted January 14 In the context of this VI, "empty string" refers to the JSON terminal. If you don't provide any input, it will return null. Otherwise, it returns an error. Quote
drjdpowell Posted January 15 Author Report Posted January 15 I will change the terminal name to "Format empty input as null" to prevent reading it as referring to JSON Strings in the input rather than the entire LabVIEW string. And I'l try and give a better description: 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.