aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json.zig
AgeCommit message (Expand)Author
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
2020-05-12std.json properly handle comptime int/floatVexu
2020-05-08publicize member functions affected by #4909Josh Junon
2020-04-27Fix issue with std.json incorrectly replacing forward slashes with a backslas...Auguste Rame
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-07fix broken testsVexu
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01std: add support to std.json.stringify for null literalsdaurnimator
2020-04-01std: allow picking between serialising []u8 as string or arraydaurnimator
2020-04-01std: add options to std.json.stringfy to control escapingdaurnimator
2020-04-01std: use stringify from Value.dump; remove other dump helpersdaurnimator
2020-04-01std: add jsonStringify trait to json Value objectsdaurnimator
2020-03-31std: add whitespace control to json.stringifydaurnimator
2020-03-31std: have json tests take options parameterdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-29enable now-passing test casesAndrew Kelley
2020-03-25Carry-over stream error to JSON.stringifyBenjamin Feng
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng