Skip to content

Replace ZippyJSON with Foundation's JSONDecoder - #80

Open
jbuckner wants to merge 1 commit into
mainfrom
drop-zippyjson
Open

Replace ZippyJSON with Foundation's JSONDecoder#80
jbuckner wants to merge 1 commit into
mainfrom
drop-zippyjson

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

Closes #29. Went with option C (drop unconditionally): the floor moves to iOS 15 in #59 anyway, the example app is iOS 17, and this client has no hot-loop decoding. Merge order note: conflicts trivially with the other InternetArchive.swift PRs on the decoder property lines; whichever lands last needs a quick main merge.

🤖 Generated with Claude Code

https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf

JSONDecoder is faster than ZippyJSON on iOS 17+ per ZippyJSON's own
README, and this is a read-only API client with no hot-loop decoding
below that. Drops the C++ simdjson dependency, which also unblocks half
of the WASM path for #27. Full suite green on the Foundation decoder,
including the snake_case regression tests.

Closes #29

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.98%. Comparing base (230a09a) to head (61fa004).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #80   +/-   ##
=======================================
  Coverage   91.98%   91.98%           
=======================================
  Files          13       13           
  Lines         686      686           
=======================================
  Hits          631      631           
  Misses         55       55           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace ZippyJSON with Foundation's JSONDecoder

1 participant