`[]byte` doesn't serialize/parse properly
shruggr opened this issue · 1 comments
shruggr commented
[]byte attempts to render out an array byte for which does not have a decoder/encoder
encoding/json encodes []byte as base64
johnkeates commented
Just ran into the same issue when trying to use this in JWKS decoding in go-jose which uses pointers to byte slices to store copies of private and public keys.