aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json.zig
AgeCommit message (Expand)Author
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14fix logic for duplicate comptime fields and avoid freeing comptime fields in ...Matthew Borkowski
2021-05-13fix duplicate_field_behavior UseFirst in json.zigMatthew Borkowski
2021-05-13std/json: Fix premature closing brace being considered valid JSONMatthew Borkowski
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std/json: fix previous commit for std.testing changesIsaac Freund
2021-05-11fix a double free in parse when duplicate_field_behavior is UseLast and a lea...Matthew Borkowski
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-04Switch std.json to use an ordered hashmapLewis Gaul
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-02-01std.json large number supportJonathan Marler
2021-02-01allow more complex comptime fields in std.jsondaurnimator
2021-02-01std.json union handling should bubble up AllocationRequireddaurnimator
2021-01-31std.json support for comptime fieldsdaurnimator
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-30std.meta: rename TagPayloadType to TagPayloadTadeo Kondrak
2021-01-30std.meta: rename TagType to TagTadeo Kondrak
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-10make std.json.unescapeString pubVexu
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-09Fix json parser close tracking (#6865)daurnimator
2020-11-09std: json: fix misleading endianness conversionxackus
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-02std: Fix json utf{8,16} decoding on BE targetsLemonBoy
2020-10-20Add missing std in dump function json.zigJohn Burton
2020-09-07Use less inefficient method of replacing TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-07Update standard library for removal of TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-07-24std: fix json parsing into unionsdaurnimator
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-22`try` allocation of pointer type when parsing (#5665)prime31
2020-06-20zig fmtAndrew Kelley
2020-06-15std: remove std.debug.getStderrStreamdaurnimator
2020-05-28Support stringify for vectors (#5441)Dmitry Atamanov
2020-05-18json: properly stringify error setsAndrew Kelley
2020-05-17std.json: support stringify for anyerrorAndrew Kelley
2020-05-12Fix comment typo RFC8529 -> RFC8259Jason Merrill
2020-05-12Merge pull request #5118 from xackus/fix-json-writestreamVexu