I've been experimenting on using exceptions to bail out early of undesired keys, but then stumbled on the `noexcept` problem: https://github.com/vinipsmaker/trial.protocol/blob/203e70548a504fb63ba4230826d01f446f9b560d/include/trial/protocol/json/scan.hpp#L426
I've been experimenting on using exceptions to bail out early of undesired keys, but then stumbled on the
noexceptproblem: https://github.com/vinipsmaker/trial.protocol/blob/203e70548a504fb63ba4230826d01f446f9b560d/include/trial/protocol/json/scan.hpp#L426