JKI-JSON-Serialization icon indicating copy to clipboard operation
JKI-JSON-Serialization copied to clipboard

JSON Serialization & Deserialization Library for LabVIEW

Results 14 JKI-JSON-Serialization issues
Sort by recently updated
recently updated
newest added

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) ![image](https://github.com/user-attachments/assets/1106b481-f638-4ac9-974e-5120ddbd31b0) ```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...