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

Add RFC6901 json pointer support #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2022

  1. Add RFC6901 json pointer support

    now Path can convert RFC6901 style path to json path
    for example
    Path.ofJosnPointer("/abc/0") can convert to Path.of(".abc.[0]")
    leonchen83 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    97d0f8c View commit details
    Browse the repository at this point in the history