Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify path handling to consistenly use JSON Pointer #2346

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

lucas-koehler
Copy link
Contributor

@lucas-koehler lucas-koehler commented Jun 14, 2024

Unify path handling to use JSON Pointer as path format consistently. No longer use lodash paths (dot separated paths) to resolve data.

Besides unifying pointer usage, this reworks the Paths.compose util to accept one base json pointer and an arbitrary number of segments to append. These can also be number now that are automatically converted.

closes #2153
supersedes #2168

Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for jsonforms-examples ready!

Name Link
🔨 Latest commit e68d3ef
🔍 Latest deploy log https://app.netlify.com/sites/jsonforms-examples/deploys/666c0bb8b27acd00081e29c8
😎 Deploy Preview https://deploy-preview-2346--jsonforms-examples.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@coveralls
Copy link

Coverage Status

coverage: 83.244% (-0.09%) from 83.337%
when pulling c4507e8 on issues/2168-path-to-json-pointer
into c00b664 on master.

@coveralls
Copy link

Coverage Status

coverage: 83.244% (-0.09%) from 83.337%
when pulling e68d3ef on issues/2168-path-to-json-pointer
into c00b664 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify path handling
3 participants