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
942 stars
31 watching
147 forks
Language: C++
last commit: 16 days 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. | 624 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
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 | 329 |
skyscreamer/jsonassert | Tools for comparing and validating JSON data in Java unit tests | 1,003 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
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 | 60 |
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. | 171 |
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. | 570 |