aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json
AgeCommit message (Expand)Author
2022-07-23std.json: Fix parsing of large numbersominitay
2022-07-07std.json: move tests to json/test.zig fileAndrew Kelley
2022-06-29std.json: Support disabling indent (#11823)May B
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
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
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-12-08std.json: unreachable -> expect in testsxackus
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-02std: Fix json utf{8,16} decoding on BE targetsLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-05-24run zig fmt on std libAndrew Kelley
2020-05-12Merge pull request #5118 from xackus/fix-json-writestreamVexu
2020-05-12std.json properly handle comptime int/floatVexu
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-23fix json.WriteStream.emitJsonxackus
2020-04-01std: introduce json.WriteStream.stringifydaurnimator
2020-04-01std: use json.StringifyOptions.Whitespace from json.WriteStreamdaurnimator
2020-04-01std: use json.stringify logic in some json.WriteStream code pathsdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-29fix overflow in parseFloatxackus
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-02-14std: use testing.allocator in testsdaurnimator
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-12-29Merge pull request #3648 from xackus/json-unescapeAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-11Stricter tests for non-streaming parserxackus
2019-11-11Fix bugs in JSON parserxackus
2019-11-11json: surrogate pair supportxackus
2019-11-06std.json.Value: added dumpStream(), utilize WriteStream for dump()Sebastian Keller
2019-10-27Added test for 'emitJson'Sebastian Keller
2019-10-27Unified public apiSebastian Keller
2019-10-24Shortened switch statementSebastian Keller
2019-10-24Added 'writeJson' to write_stream.zig:Sebastian Keller
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-10-10miscellaneous improvements to generated docsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley