You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is json-path supposed to work without access to json-smart classes? For example, I may use Jackson as the json provider. Should it be possible to exclude the json-smart dependency in this case?
If yes, are you interested in pull requests that fix code that prevents this use case?
My use case is: I develop a framework and want to force as little a number of dependencies on the user as possible.
The text was updated successfully, but these errors were encountered:
Is json-path supposed to work without access to json-smart classes? For example, I may use Jackson as the json provider. Should it be possible to exclude the json-smart dependency in this case?
If yes, are you interested in pull requests that fix code that prevents this use case?
My use case is: I develop a framework and want to force as little a number of dependencies on the user as possible.
The text was updated successfully, but these errors were encountered: