JSONassert
JSON validator
Tools for comparing and validating JSON data in Java unit tests
Write JSON unit tests in less code. Great for testing REST interfaces.
1k stars
48 watching
197 forks
Language: Java
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
java-json-tools/json-schema-validator | An implementation of JSON Schema validation in pure Java | 1,626 |
ricosuter/njsonschema | Library for working with JSON Schema in .NET | 1,408 |
lukas-krecan/jsonunit | A library for comparing JSON data in unit tests | 895 |
json-schema-org/json-schema-test-suite | A comprehensive test suite for validating JSON Schema specifications against various languages and parsers. | 627 |
bugventure/jsen | A fast JSON validation library for JavaScript | 156 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,942 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
verifytests/verify.systemjson | Adds Verify support for converting System.Text.Json types to a C# library for validating data structures | 3 |
seldaek/jsonlint | A JSON parser with error detection and reporting capabilities | 1,321 |
jstaffans/robotframework-jsonschemalibrary | Library providing an interface to validate JSON data against predefined schemas. | 9 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
placemark/check-geojson | A tool to validate GeoJSON data formats at the character level | 72 |
tristanpenman/valijson | A header-only C++ library for validating JSON documents against a set of predefined constraints | 351 |
cbetta/json-schema-sensitivity-checker | Tools to analyze and validate OpenAPI and JSON Schema documents | 2 |
ebdrup/json-schema-benchmark | Tests performance and behavior of various JSON-schema validators | 386 |