aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/dynamic.zig
AgeCommit message (Expand)Author
2024-07-25Add `std.json.ParseOptions.parse_numbers` to preserve float precision (#20744)Eugene-Dash
2024-07-03json: respect duplicate_field_behavior in std.json.Value.jsonParseTechatrix
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2023-09-11json: respect max_value_len when parsing std.json.Value (#17107)Techatrix
2023-08-17std.json: avoid stale pointers when parsing Value (#16864)Ian Johnson
2023-07-27std.json: WriteStream.print instead of writePreformattedJosh Wolfe
2023-07-21std.json: Unify stringify and writeStream (#16405)Josh Wolfe
2023-07-07add `jsonParseFromValue` to `std.json.Value` (#16324)Techatrix
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