Aydin Mercan
67699f4a7c
Currently encoding/json accepts duplicate fields in the json. Since https://github.com/golang/go/issues/48298 got accepted, we should use the decoder interface with Decoder.DisallowDuplicateFields turned on when available. Its exact behavior will determine whether json.RawMessage's will be re-unmarshaled or will follow the byte reader path. |
||
---|---|---|
.. | ||
jwk.go | ||
jwk_test.go |