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

json reader: Replace JsonPath by JsonPointer #118

Open
xamde opened this issue Jul 11, 2023 · 0 comments
Open

json reader: Replace JsonPath by JsonPointer #118

xamde opened this issue Jul 11, 2023 · 0 comments

Comments

@xamde
Copy link
Member

xamde commented Jul 11, 2023

Replace JsonPath by JsonPointer
Sample: https://cassiomolin.com/2016/07/13/using-jackson-and-json-pointer-to-query-and-parse-an-arbitrary-json-node/
Spec: https://datatracker.ietf.org/doc/html/rfc6901#section-3

Jackson has native support for it!

Syntax: "aaa/bbb/3/ccc"

We can remove the mini-engine.
We need to update the example json mapping file.

@xamde xamde changed the title JsonPointer json reader: Replace JsonPath by JsonPointer Jul 11, 2023
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

No branches or pull requests

1 participant