Add JSON pointer support (glz::get<T>
) for glz::json_t
#1441
Labels
enhancement
New feature or request
glz::get<T>
) for glz::json_t
#1441
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: