mirror of
https://github.com/nlohmann/json_test_data.git
synced 2026-03-06 08:50:23 +00:00
Test data for nlohmann/json
https://github.com/nlohmann/json
|
|
||
|---|---|---|
| big-list-of-naughty-strings | ||
| binary_data | ||
| cbor_regression | ||
| jeopardy | ||
| json-patch-tests | ||
| json.org | ||
| json_nlohmann_tests | ||
| json_roundtrip | ||
| json_tests | ||
| json_testsuite | ||
| markus_kuhn | ||
| nativejson-benchmark | ||
| nst_json_testsuite | ||
| nst_json_testsuite2 | ||
| regression | ||
| .gitignore | ||
| README.md | ||
JSON Test Data
This repository contains data used to test JSON for Modern C++.
Contents
Big List of Naughty Strings
- Origin: https://github.com/minimaxir/big-list-of-naughty-strings
- Author: Max Woolf
- License MIT
Jeopardy
- Origin: https://www.reddit.com/r/datasets/comments/1uyd0t/200000_jeopardy_questions_in_a_json_file/
- Author: trexmatt
JSON Patch Tests
- Origin: https://github.com/json-patch/json-patch-tests
- Author: Byron Ruth and Mike McCabe
- License: Apache License, Version 2.0
Native JSON Benchmark
- Origin: https://github.com/miloyip/nativejson-benchmark
- Author: Milo Yip
- License MIT
JSON Parsing Test Suite
- Origin: https://github.com/nst/JSONTestSuite
- Author: Nicolas Seriot
- License: MIT