jsonassert
jsonassert copied to clipboard
A Go test assertion library for verifying that two representations of JSON are semantically equal
Closes #20 - Adds `Containsf` API - Removes silly panic. - Implements an `""` feature to ignore ordering in arrays. TODO: - [ ] Buggy: Commented-out test still fails --...
It would be nice if you could slurp a json schema spec in and just match against that...
Hello. First of all, great package! It really reduces boilerplate code in tests and makes everything more readable. I have a feature request/consideration I hope would get included to this...
## What problem are you trying to solve? I understand that this is an assertion tool and not a snapshotting tool, but it's the best choice for asserting that the...
Tries to do #40 again, but with an up-to-date branch. Discovered a key design issue I'd want to design around instead of accept any compromise. ## Checklist - [ ]...
## What problem are you trying to solve? It seems since go 1.23.0 `go vet` has new warning ``` printf: non-constant format string in call to (*github.com/kinbiko/jsonassert.Asserter).Assertf (govet) ja.Assertf( ......