Skip to content

logmanoriginal/JSONtext-Object-Serialization

Repository files navigation

Contributors Forks Stargazers Issues Build Status BSD-3-Clause License


Logo

JSONtext Object Serialization

Serialize LabVIEW™ Objects.
Explore the docs »

View Demo
Report Bug
Request Feature

About The Project

Provides extensions for JSONtext to serialize objects from and to JSON.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • LabVIEW™ 2017 or later
  • VI Package Manager

Installation

  1. Clone the repo
    git clone https://github.com/logmanoriginal/jsontext-object-serialization.git
  2. Install packages
    start .vipc
    Or apply .vipc manually.

Usage

  • 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.

RESTful API example

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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.

License

Distributed under the BSD-3-Clause License. See LICENSE for more information.

Contact

Project Link: https://github.com/logmanoriginal/jsontext-object-serialization

Acknowledgements