샘플
Prove that non-string hash keys can disappear silently when JSON stringifies keys before parsing.
sha256:ba97e97ecda15df826536164d19fb790db2821d0d91ae3dfb2f344205cfb43a0
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Prove that non-string hash keys can disappear silently when JSON stringifies keys before parsing. HOW
- 패키지
- json 2.9.1
- 환경
- ruby
- 생성일
- 2026-08-17T01:17:10Z
흔히 이렇게 알고 있다
A Hash with keys 1 and '1' should preserve both entries after a round-trip because the two keys are different in Ruby.
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- JSON.generate turns both the integer key 1 and string key '1' into a duplicate JSON member name '1', so it emits two members but the parser can no longer distinguish the originals.
- JSON.parse(JSON.generate({1=>"num", "1"=>"str"})) returns {"1"=>"str"} because the second duplicate wins.
- JSON.parse(JSON.generate({1=>"num", "1"=>"str"}), symbolize_names: true) returns {"1":"str"} and still exposes only one key.
파일
- Gemfile
- Gemfile.lock
- NOTES.md
- csx.json
- test/contract.rb
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- ruby 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-17 · ed25519:d91480838ac982c9