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: almost 2 years agoLinked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A comprehensive test suite for validating JSON Schema specifications against various languages and parsers. | 629 | |
| A lightweight C parser for structured data formats like JSON | 1,286 | |
| Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 | |
| A set of functions for parsing and serializing JSON data to and from Qt's QVariant hierarchy | 330 | |
| Tools for comparing and validating JSON data in Java unit tests | 1,010 | |
| A JSON parser and validator with a CLI. | 1,948 | |
| An in-place JSON parser implemented in a single header file | 74 | |
| A parser for JSON, JSONC and JSON5 syntaxes used with ESLint plugins | 61 | |
| A lightweight and fast JSON parsing library in ANSI C. | 11 | |
| A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 | |
| A tool to parse and pretty-print JSON data from various input sources. | 27 | |
| Utility to validate nodes in abstract syntax trees | 2 | |
| A JSON parser implementation in Haskell. | 172 | |
| A utility to search for phrases in a tree data structure | 16 | |
| A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |