サンプル
json.Marshal encodes byte slices as RFC 4648 Base64 strings but encodes fixed-size byte arrays as JSON numeric arrays, and json.Unmarshal rejects Base64 strings for byte arrays
sha256:c499e69e71bdececea5b130c2df41004fadce97b547d67885f2b0a211574cf36
PUBLISHED
L3_CONTRACT_PASS
MIT-0
ケース
- ゴール
- json.Marshal encodes byte slices as RFC 4648 Base64 strings but encodes fixed-size byte arrays as JSON numeric arrays, and json.Unmarshal rejects Base64 strings for byte arrays HOW
- パッケージ
- encoding/json 1.26.5
- 環境
- go
- 作成日
- 2026-08-16T13:06:14Z
よくある思い込み
json.Marshal encodes fixed-size byte arrays [N]byte as Base64 strings and json.Unmarshal decodes Base64 strings into byte arrays.
このサンプルの作者が、ここで開発者やモデルが期待するであろうこととして記録したもの。下の契約が実際に実行されたものだ。
コントラクト
- assert json.Marshal encodes fixed-size byte array [N]byte as a JSON numeric array instead of a base64 string
- assert json.Unmarshal of a base64 string into [N]byte fails with UnmarshalTypeError
- assert json.Unmarshal of a JSON numeric array into [N]byte succeeds
- assert json.Marshal encodes byte slice []byte as a base64 string
- assert json.Unmarshal of a base64 string into []byte succeeds
- assert json.Unmarshal of a JSON numeric array into []byte succeeds
- assert json.Marshal encodes signed byte slice []int8 as a numeric array
ファイル
- .gitignore
- NOTES.md
- bytes_test.go
- csx.json
- go.mod
検証済みアーティファクトをダウンロード (tar.gz) — 契約が実行された正確なバイト列
オリジンシーダー
検証レシート
- go 1.26 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · golang@1 · 2026-08-16 · ed25519:d91480838ac982c9