Skip to content

fix(parse): default bare JSON.Object keys to String - #457

Merged
quinnj merged 1 commit into
masterfrom
codex/fix-json-object-default
May 14, 2026
Merged

fix(parse): default bare JSON.Object keys to String#457
quinnj merged 1 commit into
masterfrom
codex/fix-json-object-default

Conversation

@quinnj

@quinnj quinnj commented May 14, 2026

Copy link
Copy Markdown
Member

Summary

Testing

  • julia --project=. -e 'using Pkg; Pkg.test(; coverage=false)'

Fixes #456

@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.25%. Comparing base (1efd912) to head (30f6534).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #457   +/-   ##
=======================================
  Coverage   90.25%   90.25%           
=======================================
  Files           7        7           
  Lines        1395     1396    +1     
=======================================
+ Hits         1259     1260    +1     
  Misses        136      136           

☔ View full report in Codecov by Sentry.
📢 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.

@quinnj
quinnj merged commit 6a15494 into master May 14, 2026
11 checks passed
@quinnj
quinnj deleted the codex/fix-json-object-default branch May 14, 2026 20:18
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.

JSON.parse(json, T) keys to Any instead of String

1 participant