overworked examples
This commit is contained in:
parent
707732a53e
commit
2468631dc9
41 changed files with 91 additions and 16 deletions
src
|
@ -32,7 +32,7 @@ Class @ref nlohmann::basic_json is a good entry point for the documentation.
|
|||
@author [Niels Lohmann](http://nlohmann.me)
|
||||
@see https://github.com/nlohmann/json to download the source code
|
||||
|
||||
@version 1.1.0
|
||||
@version 2.0.0
|
||||
*/
|
||||
|
||||
#ifndef NLOHMANN_JSON_HPP
|
||||
|
@ -2232,6 +2232,9 @@ class basic_json
|
|||
|
||||
@complexity Constant.
|
||||
|
||||
@liveexample{The following code exemplifies @ref is_number_unsigned for all
|
||||
JSON types.,is_number_unsigned}
|
||||
|
||||
@sa @ref is_number() -- check if value is a number
|
||||
@sa @ref is_number_integer() -- check if value is an integer or unsigned
|
||||
integer number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue