aboutsummaryrefslogtreecommitdiff
path: root/std/json.zig
AgeCommit message (Expand)Author
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