https://github.com/3esmit/json-labview
Full JSON Support using LVOOP.
https://github.com/3esmit/json-labview
Last synced: 4 months ago
JSON representation
Full JSON Support using LVOOP.
- Host: GitHub
- URL: https://github.com/3esmit/json-labview
- Owner: 3esmit
- License: bsd-2-clause
- Created: 2016-07-10T00:54:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T02:22:43.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T14:51:14.127Z (5 months ago)
- Homepage: https://lavag.org/topic/16217-cr-json-labview/
- Size: 1.27 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-LabVIEW
JSON is a data interchange format (sometimes compared to XML, but simpler). There are multiple projects to create a JSON package for LabVIEW. This is yet another one motivated by this hijacked conversation originally about a different project to convert JSON into LabVIEW Variants.This project uses a set of LVOOP classes to match the recursive structure of JSON, rather than variants. It allows conversation to and from JSON. All functionality is available through two polymorphic VIs: Set and Get. In addition to Get and Set VIs for common data types, one can also convert directly to or from complex clusters via variant-JSON tools.
Copyright 2012-2016 James David Powell, Shaun Rumbell, Ton Plomp and James McNally.