JSONTestSuite
JSON parser tester
A comprehensive test suite to verify the correctness of JSON parsers
A comprehensive test suite for RFC 8259 compliant JSON parsers
956 stars
30 watching
150 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
json-schema-org/json-schema-test-suite | A comprehensive test suite for validating JSON Schema specifications against various languages and parsers. | 629 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
lovasoa/bad_json_parsers | Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 |
qt-json/qt-json | A set of functions for parsing and serializing JSON data to and from Qt's QVariant hierarchy | 330 |
skyscreamer/jsonassert | Tools for comparing and validating JSON data in Java unit tests | 1,010 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,948 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
ota-meshi/jsonc-eslint-parser | A parser for JSON, JSONC and JSON5 syntaxes used with ESLint plugins | 61 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
nfrechette/sjson-cpp | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
syntax-tree/nlcst-test | Utility to validate nodes in abstract syntax trees | 2 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 172 |
syntax-tree/nlcst-search | A utility to search for phrases in a tree data structure | 16 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |