| 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 | 1 | -2/+14 |
| * | Make encoding/json use []byte rather than string | gingerBill | 2019-01-07 | 1 | -2/+2 |
| * | Support NaN and Infinity for JSON5 | gingerBill | 2019-01-06 | 1 | -0/+22 |
| * | package json; JSON5 support | gingerBill | 2019-01-06 | 1 | -21/+118 |
| * | Add json.is_valid | gingerBill | 2019-01-06 | 1 | -2/+3 |
| * | Begin work on `package json` | gingerBill | 2019-01-06 | 1 | -0/+323 |