aboutsummaryrefslogtreecommitdiff
path: root/std/json.zig
AgeCommit message (Expand)Author
2019-06-30Update for new fmt.zig formattingMarc Tiehuis
2019-06-22fix std.json regressionAndrew Kelley
2019-04-29enable more json testsAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-15Make parseFloat stricter in what it accepts as inputMarc Tiehuis
2019-02-14Add parseFloat support to json.zigMarc Tiehuis
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-27fix regression from d5648d26Andrew Kelley
2018-11-27Merge branch 'Fix-pushToParent-to-work-for-arrays-of-Objects' of https://gith...Andrew Kelley
2018-11-19Allow json tests to be easily filteredWink Saville
2018-11-18Fix pushToParent to work for arrays of ObjectsWink Saville
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-06-19remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-08Fix json parser comma after empty object caseMarc Tiehuis
2018-06-06Add json.TokenStream (#1062)Marc Tiehuis
2018-06-01fix typo (#1034)Arthur Elliott
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-22Make JsonParser publicMarc Tiehuis
2018-05-22Make StreamingJsonParser publicMarc Tiehuis
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-05-04Use allocator backed array for json value decoderMarc Tiehuis
2018-05-04Fix review comments for json decoderMarc Tiehuis
2018-05-04Add json decoderMarc Tiehuis