mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
The at function throws json::out_of_range.403 when a nonexistent object key is provided (just like the usual at function). This was not documented and users could assume json::out_of_range.404 would be thrown instead. - Updated documentation. - Added example code.