LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree viewer read from json

Hi All

 

May I know ? ,  Is there any way to make tree view by read from json file ?

 

Thank you

 

BR

Bee

0 Kudos
Message 1 of 4
(128 Views)

Hell weerapong,

 

there is no built-in function in LabVIEW.

Is the structure of the JSON- String known? Can you convert it to LabVIEW- Types via the LabVIEW-Json-VIs (or JKIs VIs)?

 

 

Greets, Dave
0 Kudos
Message 2 of 4
(100 Views)

Here's a simple routine I made a while ago for viewing JSON file in a LabVIEW tree. Each element's tag is the full path name to the element.

 

tree.png

Message 3 of 4
(78 Views)

@Jacobson wrote:

Here's a simple routine I made a while ago for viewing JSON file in a LabVIEW tree. Each element's tag is the full path name to the element.

 

tree.png


nice!

 

once upon a time, i figured out, that firefox does have a very fine out of the box .json viewer if you open such a file in firefox browser directly

 

since that, i always used that one...

 

I guess firefox can be loaded via labview's dotrnet node ... and ... nevermind

0 Kudos
Message 4 of 4
(44 Views)