OneDevTwoDev

Results 2 issues of OneDevTwoDev

Observing some strange behavior when trying to parse a body dto for an endpoint which contains a single boolean value. Value is correctly parsed when equal to true, but fails...

I've been following along with some of the discussion on a prior issue in the oatpp repo here: https://github.com/oatpp/oatpp/issues/405 While I've been able to implement a polymorphic DTO field as...