We're excited to announce that we have just open sourced our JSON serialization and deserialization library from LabVIEW. This library extends LabVIEW's native JSON serialization with powerful features such as ability to unflatten JSON strings directly to LabVIEW variants, a feature that is useful when building reusable software components. Furthermore our JSON serialization library allows unflattening the same JSON string into different LabVIEW data structures allowing for example unflattening of a fixed length JSON array into a LabVIEW cluster.
The source code is available on GitHub and a packaged version can be installed using VIPM.
JKI JSON Serizalization Library on GitHub