This is a legacy products documentation website. We have now released DeltaNova 2026.1.0.0 which brings all DeltaXignia Compare, Merge and check solutions together along with new unstructured comparisons of PDF, Microsoft Word, Microsoft Powerpoint documents. Please visit for more details - DeltaNova Documentation
DeltaJSON

Unicode Characters

Unicode Characters

In some cases unicode character sequences in the JSON inputs are not lexically retained in the delta output but are converted into equivalent characters, for example:

Input A

"Here are some apostrophes ( ' and ' and \u0027 )"

Input B

"Here are some apostrophes ( ' and ' and \u0027 )"

dx_deltaJSON_delta

"Here are some apostrophes ( ' and ' and ' )"