+ 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

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";
}