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
It won't find anything for obvious reasons, because it's searching for someNestedProperty on the struct with the first letter of the property uppercase.
🤔 Is it possible to enforce honoring JSON annotations? Please excuse my ignorance for not diving right into the code.
The text was updated successfully, but these errors were encountered:
Hello,
I have this struct with the following JSON annotations:
And this JSONPath:
If I do the following:
It won't find anything for obvious reasons, because it's searching for
someNestedProperty
on the struct with the first letter of the property uppercase.🤔 Is it possible to enforce honoring JSON annotations? Please excuse my ignorance for not diving right into the code.
The text was updated successfully, but these errors were encountered: