Serialize LabVIEW™ Objects.
Explore the docs »
View Demo
Report Bug
Request Feature
Provides extensions for JSONtext to serialize objects from and to JSON.
To get a local copy up and running follow these simple steps.
- LabVIEW™ 2017 or later
- VI Package Manager
- Clone the repo
git clone https://github.com/logmanoriginal/jsontext-object-serialization.git
- Install packages
Or apply
start .vipc
.vipc
manually.
- Place any JSONtext function (look for functions that have a
LVClass Serializer
input terminal) - Connect one of the serializer objects to the
LVClass Serializer
terminal
Here is an example that serializes the JSON response of a RESTful API to an array of objects.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Keep in mind that LabVIEW™ VIs are binary files, which are difficult to merge.
- Only change a single VI or library.
- Avoid conflicts with other pull requests (don't work on the same libraries or VIs).
- Send VI Snippets (via issues) instead of pull requests when possible.
Distributed under the BSD-3-Clause License. See LICENSE
for more information.
Project Link: https://github.com/logmanoriginal/jsontext-object-serialization