| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo in json/parser.odin | gingerBill | 2019-01-14 | 1 | -1/+1 |
| * | Update `package json` parser to store the end position on the values | gingerBill | 2019-01-14 | 2 | -3/+15 |
| * | Make encoding/json use []byte rather than string | gingerBill | 2019-01-07 | 4 | -18/+67 |
| * | json.marshal | gingerBill | 2019-01-06 | 1 | -0/+283 |
| * | Support NaN and Infinity for JSON5 | gingerBill | 2019-01-06 | 2 | -14/+38 |
| * | package json; JSON5 support | gingerBill | 2019-01-06 | 4 | -48/+319 |
| * | Add json.is_valid file | gingerBill | 2019-01-06 | 1 | -0/+98 |
| * | Add json.is_valid | gingerBill | 2019-01-06 | 1 | -2/+3 |
| * | Begin work on `package json` | gingerBill | 2019-01-06 | 3 | -0/+715 |