Bug Report Checklist
Description
When the json body contain a double/decimal field without decimal place, the deserialization process will throw exception. e.g.
when the json is
{
"myDouble" : 0.0
}
the deserialization is ok
however if it is
{
"myDouble" : 0
}
the deserialization throw exception
openapi-generator version
v6.5.0
Bug Report Checklist
Description
When the json body contain a double/decimal field without decimal place, the deserialization process will throw exception. e.g.
when the json is
{
"myDouble" : 0.0
}
the deserialization is ok
however if it is
{
"myDouble" : 0
}
the deserialization throw exception
openapi-generator version
v6.5.0