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
Correct me if I'm wrong, but using a const json obj + .at() + try/catch is the only way safe to test for object key exists. This seems REALLY brutal compared to the ease of use using the rest of the library
Perhaps there'd be some way to return a bool operator comparable for object gets along the lines of
Correct me if I'm wrong, but using a const json obj + .at() + try/catch is the only way safe to test for object key exists. This seems REALLY brutal compared to the ease of use using the rest of the library
Perhaps there'd be some way to return a bool operator comparable for object gets along the lines of
or.. at the very least, a .exists(const std::string &) method would be helpful..
The text was updated successfully, but these errors were encountered: