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
Hi @clwill, thanks for reporting. It definitely makes sense to have the symmetry between value and at. I shall extend the function once #278 is solved.
Unfortunately, the project I'm currently embroiled in requires CUDA, and their tools only work on VS 2013 (until they release 8.0). And your great code doesn't compile over there...
I'll be back to your library when CUDA releases 8.0 in August.
It would be great if value(), which supports default values, worked like at() which can handle _json_pointer types.
This would allow the handling of nested objects, and still be robust to missing elements.
To wit:
This code produces the output:
Would be nice if it was
2 2 true
.The text was updated successfully, but these errors were encountered: