mirror of
https://github.com/nlohmann/json.git
synced 2026-05-09 15:55:25 +00:00
+ more test cases
This commit is contained in:
+1
-5
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user