Comparison of data-serialization libraries and functions: Difference between revisions
Appearance
Add new page |
m Change column title from "Name" to "Library/Function" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! | ! Library/Function | ||
! Developer | ! Developer | ||
! Formats | ! Formats | ||
Latest revision as of 06:21, 6 December 2019
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
This is a comparison of data-serialization formats included with LabVIEW or provided by third-party libraries.
| Library/Function | Developer | Formats | Supported Data Types | Included with LabVIEW |
|---|---|---|---|---|
| JKI EasyXML[1] | JKI[2] | XML | ??? | No |
| JKI JSON Serialization[3] | JKI[2] | JSON | ??? | No |
| AQ Character Lineator[4] | AristosQueue[5] | JSON, Funky XML[4] | ??? | No |
| JSONtext[6] | James Powell[7] | JSON | Anything | No |
| Flatten To String function | National Instruments | String | Anything | Yes |
| Flatten To XML function | National Instruments | XML | Anything | Yes |
| Flatten To JSON function | National Instruments | JSON | Object, Cluster, Array | Yes |
| To Variant function | National Instruments | Variant | Anything | Yes |
External links
- Serialization (Wikipedia)
References
- ↑ JKI-EasyXML (GitHub)
- ↑ 2.0 2.1 JKI (Homepage)
- ↑ JKI-JSON-Serialization (GitHub)
- ↑ 4.0 4.1 AQ Character Lineator (National Instruments)
- ↑ AristosQueue User Profile (National Instruments)
- ↑ JSONtext (National Instruments)
- ↑ James Powell User Profile (BitBucket)