Skip to content

Allow different serialization methods for error paths#46

Merged
andrewcurioso merged 3 commits into
mainfrom
feature/path-serialization
Jan 16, 2026
Merged

Allow different serialization methods for error paths#46
andrewcurioso merged 3 commits into
mainfrom
feature/path-serialization

Conversation

@andrewcurioso

Copy link
Copy Markdown
Member
  • Customizable serialization
  • Lookup by different serialized path types
  • Extensible interface

Built in support for:

  • JSON Pointer
  • JSONPath
  • Dot notation

Resolves #14

- Customizable serialization
- Lookup by different serialized path types
- Extensible interface

See #14
@codecov

codecov Bot commented Jan 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (90fef72) to head (75cc19a).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           72        77    +5     
  Lines         5024      5118   +94     
=========================================
+ Hits          5024      5118   +94     

☔ 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.

@andrewcurioso andrewcurioso merged commit efec3ce into main Jan 16, 2026
4 checks passed
@andrewcurioso andrewcurioso deleted the feature/path-serialization branch January 16, 2026 16:19
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.

Allow Path serialization to be customized

1 participant