JKI-JSON-Serialization
JKI-JSON-Serialization copied to clipboard
JSON Serialization & Deserialization Library for LabVIEW
Reported [here](https://forums.vipm.io/topic/9693-error-1527-in-json-deserialization-on-valid-and-well-formatted-json-texts/). Here is the reproducer: [Error 1527 JKI JSON.vi](https://github.com/user-attachments/files/16912780/Error.1527.JKI.JSON.vi.zip)  ```json { "array": [ { "cluster": { "empty_cluster": {} }, "scalar": 0 } ] } ```
Issue https://github.com/JKISoftware/JKI-JSON-Serialization/issues/51
version 2.1.0 has a dependency to caraya which can also be seen on VIPM https://www.vipm.io/package/jki_lib_json_serialization/ It feels like this is not by design.
Is possible to replace the "MatchEnumIndexToString.vi" with the OpenG "Set Enum String Value__ogtk.vi" so enum datatype is not lost during the conversion? My specific issue is that i want to...