Expand description
KOBOLD.JSON.DIFF.1 – a per-path structural diff between two packets (or any two JSON values).
The diff walks both trees in actual’s order (then reports keys present only in expected), emitting a
DiffEntry per leaf difference with a JSON-pointer-ish path (/fields/AMT/value). It is deterministic
and independent of GnuCOBOL/libcob. Useful to prove two evidence packets agree – or to show exactly
where a migration’s actual output diverges from the expected golden packet.
Structs§
- Diff
Entry - One difference between two values at a path.
Enums§
Functions§
- diff
KOBOLD.JSON.DIFF.1– list every per-path difference betweenactualandexpected. An empty result means the two values are structurally identical.