mirror of
https://github.com/nlohmann/json.git
synced 2025-07-12 09:21:42 +03:00
🚧 made type_name() public
This commit is contained in:
@ -7767,7 +7767,6 @@ class basic_json
|
||||
|
||||
/// @}
|
||||
|
||||
private:
|
||||
///////////////////////////
|
||||
// convenience functions //
|
||||
///////////////////////////
|
||||
@ -7782,6 +7781,9 @@ class basic_json
|
||||
|
||||
@complexity Constant.
|
||||
|
||||
@liveexample{The following code exemplifies `type_name()` for all JSON
|
||||
types.,typename}
|
||||
|
||||
@since version 1.0.0
|
||||
*/
|
||||
std::string type_name() const
|
||||
@ -7805,6 +7807,7 @@ class basic_json
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
/*!
|
||||
@brief calculates the extra space to escape a JSON string
|
||||
|
||||
|
Reference in New Issue
Block a user