Age | Commit message (Collapse) | Author |
|
|
|
|
|
IDK if my eyes are worse, or something changed with my font stack, but I
can no longer visually distinguish “ and ” so use " and » instead.
Plus » psycologically registers as "kinda special", so it's less confusing
to see as an object-thing in a stack.
|
|
|
|
|
|
|
|
|
|
|
|
I'm hoping the pkg.go.dev will now detect it as "BSD-3-Clause,
GPL-2.0-or-later" instead of "BSD-3-Clause, GPL-2.0, GPL-2.0-or-later".
|
|
In hopes of appeasing the pkg.go.dev license detector. I chose "LICENSE"
instead of "COPYING.txt" so I wouldn't need to edit the statements in all
of the borrowed_*.go files.
|
|
|
|
|
|
|
|
|
|
So that it's easier to compose your own .DecodeJSON methods, since
.DecodeJSON takes an io.RuneScanner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Handle UTF-16 surrogate pairs
- Handle cycles in values
- Handle cycles in types
- Better errors
- Handle case-folding of struct field names
- Allow []byteTypeWithMethods
- Fix struct field-order
- Fix handling of interfaces storing pointers
- Enforce a maximum decode depth
- Validate struct tags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|