1
0
mirror of https://github.com/nlohmann/json synced 2024-11-23 04:20:06 +00:00
This commit is contained in:
Jan Schöppach 2018-04-17 12:08:44 +02:00 committed by GitHub
parent 46ec2fddf8
commit 53fb230098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3405,7 +3405,7 @@ class basic_json
@return copy of the element at key @a key or @a default_value if @a key
is not found
@throw type_error.306 if the JSON value is not an objec; in that case,
@throw type_error.306 if the JSON value is not an object; in that case,
using `value()` with a key makes no sense.
@complexity Logarithmic in the size of the container.