▲ | yencabulator 13 hours ago | |||||||
> case-insensitive key handling in Go’s JSON parser This was an explicit decision for convenience, because the Go struct fields will be Capitalized to export them but JSON tends to follow a lower case convention. | ||||||||
▲ | woodruffw 4 hours ago | parent [-] | |||||||
Just because it’s convenient doesn’t make it a good idea! It’s also not what Go’s other parsers do per the rest of the post. | ||||||||
|