tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

result type #158

Closed tgockel closed 4 years ago

tgockel commented 4 years ago

For non-throwing operations, a result type is quite useful. Should model one based on Rust's Result type.