+ more test cases
This commit is contained in:
parent
8f45d9351e
commit
48a349a058
2 changed files with 18 additions and 5 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue