Age | Commit message (Expand) | Author |
2023-02-10 | Be more careful about importing encoding/json | Luke Shumaker |
2023-02-10 | encode: Begone with encodeTODO | Luke Shumaker |
2023-02-10 | tree-wide: Update various references from Go 1.18 to Go 1.20 | Luke Shumaker |
2023-02-10 | Sync borrowed code from Go 1.20 | Luke Shumaker |
2023-02-07 | Move struct-handling to internal/jsonstruct | Luke Shumaker |
2023-01-30 | Invent "barriers" instead of nesting parsers | Luke Shumaker |
2023-01-30 | encode: Nested ReEncoders don't need to inherit the backslash escaper | Luke Shumaker |
2023-01-30 | reencode: Reuse speculation buffers | Luke Shumaker |
2023-01-30 | encode: Don't use panic for flow-control | Luke Shumaker |
2023-01-30 | Avoid doing type switching in inner functions | Luke Shumaker |
2023-01-30 | BREAKING CHANGE: reencode: Separate config from state | Luke Shumaker |
2023-01-30 | encode: Fix errors for marshalers/encodables with bad output | Luke Shumaker |
2023-01-29 | Move things between files | Luke Shumaker |
2023-01-29 | Improve/fix documentation and comments | Luke Shumaker |
2023-01-26 | Write documentationv0.2.0 | Luke Shumaker |
2023-01-26 | Move the Parser to the internal package | Luke Shumaker |
2023-01-25 | Delete things I don't want to document | Luke Shumaker |
2022-08-30 | Allow calling lowmemjson.Encode at the root of EncodeJSON | Luke Shumaker |
2022-08-21 | Add tests for the actual usability of the Decodable and Encodable interfaces | Luke Shumaker |
2022-08-17 | Add more tests around trailing-newlines from the encoder | Luke Shumaker |
2022-08-17 | Get the new borrowed tests passing | Luke Shumaker |
2022-08-16 | encode: Don't use generics for encodeString | Luke Shumaker |
2022-08-16 | Get borrowed_encode_test.go passing [ci-skip] | Luke Shumaker |
2022-08-16 | wip: Reduce test differences [ci-skip] | Luke Shumaker |
2022-08-14 | reencode: Rethink the string backslash encoder | Luke Shumaker |
2022-08-13 | set up as a separate repo | Luke Shumaker |