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
I used before jsoncons 1.105.0 and the following code works: jsoncons::json pathRes = jsonpath::json_query(json_tree, "", jsonpath::result_type::path);
as result, pathRes.size() is equal to 0.
After I update the version to 0.156.0. I got the following assert by running the code:
I used before jsoncons 1.105.0 and the following code works:
jsoncons::json pathRes = jsonpath::json_query(json_tree, "", jsonpath::result_type::path);
as result,
pathRes.size()
is equal to 0.After I update the version to 0.156.0. I got the following assert by running the code:
Is it a bug or feature?
Enumerate the steps to reproduce the bug
Include a small, self-contained example if possible
What compiler, architecture, and operating system?
What jsoncons library version?
The text was updated successfully, but these errors were encountered: