aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-06-16 18:26:16 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-06-16 18:26:16 +0200
commit86e4094f8f31a1266ada670ab48599b55fb2c61c (patch)
treefda026667a6df4bc2aba0796055541cdf1bb9c5d
parent1776887f86d7c7c191ff9741b73dfbd4b67c13d8 (diff)
downloadgo-gg-86e4094f8f31a1266ada670ab48599b55fb2c61c.tar.gz
jsonmatch: cleanup doc section left over from planning
-rw-r--r--jsonmatch/interface.go7
1 files changed, 0 insertions, 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 (