• Niels Lohmann's avatar
    📝 added exception 403 to documentation of at (#888) · 3113a52a
    Niels Lohmann authored
    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.
    3113a52a
at_json_pointer_const.output 351 Bytes