jsonassert
JSON matcher
A library that provides an easy-to-use assertion system for verifying the semantic equality of JSON data
A Go test assertion library for verifying that two representations of JSON are semantically equal
127 stars
3 watching
16 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
assertion-libraryassertionsgogolanghacktoberfestjsonjson-payloadtesting
Related projects:
Repository | Description | Stars |
---|---|---|
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 243 |
romshark/jscan | High-performance JSON iterator and validator for Go | 90 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
zerosnake0/go-json-benchmark | A benchmarking tool for evaluating performance of various JSON libraries in the Go programming language | 9 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
ddymko/go-jsonerror | Creates JSON error responses following the JsonApi specification | 16 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
ambitioninc/kmatch | A language for validating and filtering Python dictionaries | 48 |
skyscreamer/jsonassert | Tools for comparing and validating JSON data in Java unit tests | 1,003 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |