diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-16 18:26:16 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-16 18:26:16 +0200 |
| commit | 86e4094f8f31a1266ada670ab48599b55fb2c61c (patch) | |
| tree | fda026667a6df4bc2aba0796055541cdf1bb9c5d | |
| parent | 1776887f86d7c7c191ff9741b73dfbd4b67c13d8 (diff) | |
| download | go-gg-86e4094f8f31a1266ada670ab48599b55fb2c61c.tar.gz | |
jsonmatch: cleanup doc section left over from planning
| -rw-r--r-- | jsonmatch/interface.go | 7 |
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 ( |
