Sign Up

JSONtext by JDP Science - Toolkit for LabVIEW Download

Fast JSON Library

D Discussion Watch * 24 ↓29,932
 screenshot
Version1.8.2.122
ReleasedJan 22, 2024
Publisher JDP Science
License BSD
LabVIEW VersionLabVIEW>=17.0
Operating System Windows, Mac, and Linux
Used By blue_origin_lib_runlog_opensource   pnr_lib_jsontext_object_serialization   sas_lib_approval_tests   brent_justice_lib_blueplotmulti_(open_source)   blue_origin_lib_bluejsontextserializer   neosoft_technologies_lib_neosoft_dhcp_server   tsa_lib_lvabs_shared_variable   samangh_lib_wamplv_wamp_client   pantherlab_lib_firebase_api   tag_engine   ox_origin_state_machine_pipes   tsa_lib_abstract_data_classes   blue_origin_lib_blueplot_(open_source)   tsa_lib_abstract_function_classes  
Project links Homepage   Repository   Discussion

Description

JSONtext is a library intended to make working with JSON in LabVIEW easy, fast and flexible. It is based on high-speed text parsing, and does not involve any kind of intermediate representation of the JSON (the only thing passed between functions are JSON text strings).

Supports searching for elements in the JSON using JSON Path notation (example '$.Users[*].Name').

Extensive support for converting to/from LabVIEW types. Can use tag in cluster element names to identify strings that should retain JSON format.

Allows formating JSON using "Pretty Print".

As extension to standard JSON, will allow Comments.

Note: On Windows 10, it may be necessary to run VI Package Manager "as an administrator" in order to install the VI Package.

Release Notes

1.8.2.122 (Jan 22, 2024)

Support for JSON Schema: https://json-schema.org/
tags support for UTF8 in LabVIEW
UTF-8 to/from JSON functions


Download Package

Versions
All Contributors

  Discussion   Post an Idea   Post a Resource

Recent Posts

From LV Types VIs broken
Sorry, not so much an idea but a CAR :( I've had quite a few builds fail because there are quite…

by Tom McQuillan, 3 years, 6 months ago, 7 , 2
suggestion

Forum Posts

Cannot install package
I am running VIPM as admin but cannot install the package. This is the only package that I have h…

 
Unable to Install JSON Text application.
I have tried to install the JSON Text application with VIPM. A short cut is installed in the flat…

 
Installation Trouble- MacOS
Hi- trying to install for LV2022, and the installation fails with: Main Package Name: JSONt…

 
Is RT supported?
We're working on an application with the JSONtext library and a PXIe-8861, whenever we attempts t…

 
Extracting values from JSON
  Hello, I am having difficulties with extracting JSON messages and since this is my firs…