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
The JSON pointer functions in Glaze were not developed for use with glz::json_t. However, I see how this could be very helpful and would make the library more cohesive. Thanks for bringing this up and I'll keep this issue alive until support has been added.
Using the following test:
Expected:
found: true
Actual:
found: false
However using a custom struct works:
To get around needing a struct, I found the following to also work:
But that's unintuitive (and potentially an incorrect use). Is this an intended limitation?
The text was updated successfully, but these errors were encountered: