aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json/static.zig
AgeCommit message (Expand)Author
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-25Add `std.json.ParseOptions.parse_numbers` to preserve float precision (#20744)Eugene-Dash
2024-01-13Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"Andrew Kelley
2023-12-31prevent by-length slice compile error in static json parsingdweiller
2023-11-22std: remove meta.traitAndrew Kelley
2023-07-09std.json: add generic hash map that parses/stringifies with arbitrary string ...Josh Wolfe
2023-07-08std.json: expose innerParse and add .allocate option (#16312)Garrett
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-20std: json.parseFromValue() (#15981)Josh Wolfe
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
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