From 86e4094f8f31a1266ada670ab48599b55fb2c61c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 16 Jun 2026 18:26:16 +0200 Subject: jsonmatch: cleanup doc section left over from planning --- jsonmatch/interface.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jsonmatch/interface.go b/jsonmatch/interface.go index f175f59..73b05ef 100644 --- a/jsonmatch/interface.go +++ b/jsonmatch/interface.go @@ -128,13 +128,6 @@ // }, // }.DiffAgainst(resp2.Body.Bytes()) // // ... -// -// # TODO -// -// As a special case, [json.RawMessage] may appear on the "expected" side to match string values that contain JSON themselves. -// For example: -// -// actual := `{"name":"data.json","type":"application/json","content":"{\"foo\":2"}` package jsonmatch // import "go.xyrillian.de/gg/jsonmatch" import ( -- cgit v1.3.1