https://cs.opensource.google/go/go/+/master:src/encoding/json/tags.go
Multiple other packages reimplement similar functionality, including efforts to match the behavior of encoding/json:
Exporting this functionality would allow those and similar packages to have convenient access to identical behavior to the json package. It would even allow them to safely parse the json tag, if they so choose.