Thanks for the video, I managed to utilize a new tool didn´t know exist, with this material and some others I managed to use Firebase to get and put data.
@hamizahamzah29852 жыл бұрын
Hi Professor Limon, I am Hamiza from Visi Academy. Glad to hear that our tutorial and material are useful to others. Keep following us for more info. Thank you
@davidestevez78024 жыл бұрын
Hi, how are you? Nice video, I really liked it. I have a question. What do I do if my Json string contains square brackets? I would really appreciate your help.
@muhammadshazniazmi73804 жыл бұрын
Hi David Estevez, I am Shazni from Visinergy Sdn. Bhd. If your Json string format is like this: { "subject" : [ "test1","test2","test3"], "text" : "all about test" } In LabVIEW, your wired input to variant connector pane on JKI tools (To JSON String) will be: 1) A cluster of 1D Array of string and a string. 2) The 1D Array of string label need to be named as subject while the string label is text 3) The 1D Array of string value = test1 for index 0, test2 for index 1 and test3 for index 2. 4) The string value = all about test Note: 1. Whenever you put Cluster, it will add {} bracket (Curly brackets) 2) Whenever you put Array, it will add [] bracket (Square brackets) Hopefully I answered your question, have a good day!
@davidestevez78024 жыл бұрын
@@muhammadshazniazmi7380 Thanks a lot. It's just what I needed. Muchas gracias!! :D
@matsuagarcia-mendez11433 жыл бұрын
Hello! Great video! I'm using REST API HTTP POST and would like to send data to a web-portal. Any help on how I may go about doing so?