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
ujson::find() is simply a wrapper around std::lower_bound, so it will almost always claim to find the key you are looking for, unless you pass a name that is less than all other keys.
Sorry for not submitting an official pull request, but the fix is pretty obvious. You need to do something like this:
ujson::find() is simply a wrapper around std::lower_bound, so it will almost always claim to find the key you are looking for, unless you pass a name that is less than all other keys.
Sorry for not submitting an official pull request, but the fix is pretty obvious. You need to do something like this:
The text was updated successfully, but these errors were encountered: