Files
kanta/tests
LeoVasanko 1bf52629a3 Simplify diff producer: no $replace, no value escaping
The producer now emits only plain key assignment (full-value replacement
for scalars, lists and type changes, including dict-over-non-dict) and
$delete for removed keys. $-prefixed keys are still escaped as $$;
values are stored verbatim.

The consumer remains compatible with jsondiff-produced diffs ($replace,
positional $insert/$delete, per-index list diffs). A dict diff against
a list state is treated as jsondiff list-ops only when every key is a
command or integer position, otherwise as our wholesale replacement.
Unescaping is narrowed to the $$ prefix so verbatim single-$ values
pass through untouched.
2026-09-02 15:11:52 +00:00
..
2026-06-12 19:15:46 +00:00
2026-06-12 19:15:46 +00:00