05-18-2026 04:58 AM
Hi All
May I know ? , Is there any way to make tree view by read from json file ?
Thank you
BR
Bee
05-18-2026 07:27 AM
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)?
05-18-2026 08:52 AM
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.
05-18-2026 12:59 PM - edited 05-18-2026 01:12 PM
@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.
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