You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Unflatten JSON string skipped out non printable characters
Unflatten JSON string truncates string with null character
Jun 21, 2017
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:
This data after unflattened will retun empty string.
The text was updated successfully, but these errors were encountered: