mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
overworked examples
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user