2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-24 18:02:22 +00:00
Files
json/fuzzing/old_crashes/valid_cxx17.json
2025-10-24 16:22:05 +03:00

27 lines
471 B
JSON

{
"b": true,
"i64": -123,
"u64": 123,
"f": 123.45,
"d": 0.9832747263462,
"s": "text",
"v1": [true, false],
"v2": [-12, 89],
"v3": [1000, 0],
"a1": [true, false, true],
"a2": [-1, 2, 3],
"a3": [1, 2, 3],
"m1": {"k": 42},
"m2": {"k": "v"},
"m3": {"k": 0.42},
"t1": [true, 1, 2, 1.23, "s"],
"t2": [["a", "b", "c"], [1.0, 0.1, 2.2], null],
"t3": [[], []],
"ob": null,
"oi": 123,
"ou": 456,
"od": 1.1,
"os": null,
"v": "text"
}