1
0
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:
Niels Lohmann
2017-01-21 16:12:17 +01:00
parent 145188f264
commit ce0b3fe5a3
5 changed files with 40 additions and 2 deletions

View File

@ -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