Method AssertJsonEqual
- Namespace
- Millrace.Storage.Verification
- Assembly
- Millrace.Storage.Verification.dll
AssertJsonEqual(string, string?)
Data/cursor documents are JSON, not opaque strings: providers may normalize lexical formatting (jsonb whitespace/key order), so fidelity is asserted semantically.
protected static void AssertJsonEqual(string expected, string? actual)