aboutsummaryrefslogtreecommitdiff
path: root/lib/std/json.zig
AgeCommit message (Expand)Author
2020-03-19std lib fixups for new semanticsAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Convert JSON to fmtstreamBenjamin Feng
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) improve and simplify fixed buffer streams APIAndrew Kelley
2020-02-19std: tagged unions are broken on arm64daurnimator
2020-02-19std: add json.parse to automatically decode json into a structdaurnimator
2020-02-19std: add json.stringify to encode arbitrary values to JSONdaurnimator
2020-02-16std: Remove now-superflous hackLemonBoy
2020-02-14std: use testing.allocator in testsdaurnimator
2020-02-12Convert a lot of json tests to use testing.allocatorBenjamin Feng
2020-01-07Merge pull request #4091 from xackus/json_copy_stringsAndrew Kelley
2020-01-07json tests: don't use debug allocatorxackus
2020-01-07json: disallow overlong and out-of-range UTF-8hryx
2020-01-06json: implement copy_strings=falsexackus
2019-12-31std: fix typo in commentdaurnimator
2019-12-31std: json.unescapeString doesn't need to take an allocatordaurnimator
2019-12-31std: track decoded string length in std.json tokenizerdaurnimator
2019-12-30std: use enum literals in std.jsondaurnimator
2019-12-30std: use a union(enum) for std.json.Tokendaurnimator
2019-12-30std: fmt std/json.zigdaurnimator
2019-12-29update std/json.zig to latest language changesAndrew Kelley
2019-12-29Merge pull request #3648 from xackus/json-unescapeAndrew Kelley
2019-12-16Tokenizer: Copy optional tokens prior to being set to null #3737 (#3910)Lachlan Easton
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-10fix integers parsed as floatsxackus
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-11Fix bugs in JSON parserxackus
2019-11-11json: surrogate pair supportxackus
2019-11-11minor fixesxackus
2019-11-10Fix and documentxackus
2019-11-10Unescape JSON stringsxackus
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06std.json.Value: added dumpStream(), utilize WriteStream for dump()Sebastian Keller
2019-11-06Fixed a leak in the json parser.Sebastian Keller
2019-10-28Merge pull request #3541 from xackus/language_serverAndrew Kelley
2019-10-27rename error and specify it in functionxackus
2019-10-27better test name for empty stringxackus
2019-10-27Added test for 'emitJson'Sebastian Keller
2019-10-27fix json parser crashing on empty inputxackus
2019-10-10miscellaneous improvements to generated docsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley