1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-30 15:43:01 +04:00

+ more test cases

This commit is contained in:
Niels
2014-12-28 21:53:13 +01:00
parent 8f45d9351e
commit 48a349a058
2 changed files with 18 additions and 5 deletions
+1 -5
View File
@@ -325,11 +325,7 @@ const std::string JSON::_typename() const noexcept
{
return "boolean";
}
case (value_type::number):
{
return "number";
}
case (value_type::number_float):
default:
{
return "number";
}