JKI-JSON-Serialization
JKI-JSON-Serialization copied to clipboard
Unflatten JSON string truncates string with null character
Underneath the JKI JSON utility it uses LV flatten/unflatten from JSON primitive. Unfortunately, the unflatten from JSON primative has a bug that it truncates the input string when it hits null character.
Example:
{
"test":"\u0000\u0001\u0013"
}
This data after unflattened will retun empty string.
@ohmymine Did you file a LabVIEW bug with NI? If so, can you please post the CAR number here.
I reported the bug last september to NI. It's CAR 605085.
I also reported CAR 607058: JSON Flattening of EXT floating point only gets precision of SGL floating point values.
I filed a bug report to NI too. However, no CAR is given.