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

JsonPath#getJsonObject is not documented #1755

Open
kiwi-oss opened this issue Dec 13, 2023 · 0 comments
Open

JsonPath#getJsonObject is not documented #1755

kiwi-oss opened this issue Dec 13, 2023 · 0 comments

Comments

@kiwi-oss
Copy link

The JsonPath#getJsonObject method doesn't have a Javadoc description and returns a generic type, so it's not clear what it does or what kind of JSON object it returns.

There are also no tests that would help understand how the method is to be used. A search for "getjsonobject" in this project only returns the method definition and one call in JsonPath#getObject.

One gets the impression that getJsonObject was intended to be private and is just accidentally public.
If that is the case, it should be deprecated and made private in a major version release. Otherwise, it should be documented and tested.

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