aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/test.zig
AgeCommit message (Expand)Author
2024-07-03json: respect duplicate_field_behavior in std.json.Value.jsonParseTechatrix
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-26std: @Vector support for std.json.parseJanne Hellsten
2023-03-21std.json: support tuplesMarcus Ramse
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-04std.json: don't free struct default valuesJohn Schmidt
2023-02-04std.json: avoid dangling pointers in ValueTreeJohn Schmidt
2023-02-04std.json: fix parsing of structs with default value const pointersJohn Schmidt
2023-01-28std.json: check output and source lengths in `std.json`Jon-Eric Cook
2022-07-23std.json: Fix parsing of large numbersominitay
2022-07-07std.json: move tests to json/test.zig fileAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-13std/json: Fix premature closing brace being considered valid JSONMatthew Borkowski
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-11std.meta: add isErrorxackus
2021-04-04Tidy-up in json test module (#8431)Lewis Gaul
2021-04-04Switch std.json to use an ordered hashmapLewis Gaul
2020-12-31Year++Frank Denis
2020-12-08std.json: unreachable -> expect in testsxackus
2020-11-02std: Fix json utf{8,16} decoding on BE targetsLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-29fix overflow in parseFloatxackus
2020-02-12Convert a lot of json tests to use testing.allocatorBenjamin Feng
2020-01-07json: disallow overlong and out-of-range UTF-8hryx
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2019-11-11Stricter tests for non-streaming parserxackus
2019-11-11Fix bugs in JSON parserxackus
2019-11-11json: surrogate pair supportxackus
2019-09-25mv std/ lib/Andrew Kelley