Open qudix opened 1 week ago
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?